13 lines
No EOL
621 B
TypeScript
13 lines
No EOL
621 B
TypeScript
// Re-export FormGenerator components
|
|
export * from './FormGeneratorTable';
|
|
export * from './FormGeneratorList';
|
|
export * from './FormGeneratorForm';
|
|
export * from './FormGeneratorControls';
|
|
export * from './FormGeneratorReport';
|
|
|
|
// Alias FormGeneratorTable as FormGenerator for backward compatibility
|
|
export { FormGeneratorTable as FormGenerator, FormGeneratorTableComponent as FormGeneratorComponent } from './FormGeneratorTable';
|
|
export type { FormGeneratorTableProps as FormGeneratorProps, ColumnConfig } from './FormGeneratorTable';
|
|
|
|
// Re-export action button components and types
|
|
export * from './ActionButtons';
|