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 { FormGeneratorTable as FormGenerator } from './FormGeneratorTable';
|
||||
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';
|
||||
export { default as FormGenerator } from './FormGenerator';
|
||||
export type { ColumnConfig, FormGeneratorProps } from './FormGenerator';
|
||||
|
||||
// Re-export action button components and types
|
||||
export * from './ActionButtons';
|
||||
Loading…
Reference in a new issue