pek update
This commit is contained in:
parent
bfbe3f8869
commit
cf76e89d40
1 changed files with 2 additions and 15 deletions
|
|
@ -1,18 +1,5 @@
|
||||||
// Legacy export - FormGenerator is now FormGeneratorTable (for backward compatibility)
|
export { default as FormGenerator } from './FormGenerator';
|
||||||
export { FormGeneratorTable as FormGenerator } from './FormGeneratorTable';
|
export type { ColumnConfig, FormGeneratorProps } from './FormGenerator';
|
||||||
export type { ColumnConfig, FormGeneratorTableProps as FormGeneratorProps } from './FormGeneratorTable';
|
|
||||||
|
|
||||||
export { FormGeneratorTable } from './FormGeneratorTable';
|
|
||||||
export type { ColumnConfig, FormGeneratorTableProps } from './FormGeneratorTable';
|
|
||||||
|
|
||||||
export { FormGeneratorList } from './FormGeneratorList';
|
|
||||||
export type { FieldConfig, FormGeneratorListProps } from './FormGeneratorList';
|
|
||||||
|
|
||||||
export { FormGeneratorControls } from './FormGeneratorControls';
|
|
||||||
export type { FilterableField, FormGeneratorControlsProps } from './FormGeneratorControls';
|
|
||||||
|
|
||||||
export { FormGeneratorForm } from './FormGeneratorForm';
|
|
||||||
export type { FormGeneratorFormProps, AttributeDefinition, AttributeOption } from './FormGeneratorForm';
|
|
||||||
|
|
||||||
// Re-export action button components and types
|
// Re-export action button components and types
|
||||||
export * from './ActionButtons';
|
export * from './ActionButtons';
|
||||||
Loading…
Reference in a new issue