ui-nyla/src/components/FormGenerator/index.ts
2025-12-30 09:10:08 +01:00

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';