import { DensityProp } from '../../composables/density.js'; import { SkeletonProvidedProp } from '../../composables/useSkeletonState.js'; import { FormProps } from './OnyxForm.core.js'; export type OnyxFormProps = FormProps & Partial & DensityProp;