UNPKG

@cmk/fe_utils

Version:
6 lines (5 loc) 278 B
export { GenericForm } from './GenericForm'; export type { GenericFormProps, GenericFormParams, FormDataType } from './types'; export { GenericFormModal } from './GenericFormModal'; export type { GenericFormModalProps } from './GenericFormModal'; export type * from './fields';