5 lines
No EOL
215 B
TypeScript
5 lines
No EOL
215 B
TypeScript
export { default as FormGenerator } from './FormGenerator';
|
|
export type { ColumnConfig, FormGeneratorProps } from './FormGenerator';
|
|
|
|
// Re-export action button components and types
|
|
export * from './ActionButtons';
|