ui-nyla/src/components/FormGenerator/FormGeneratorTable/index.ts

3 lines
205 B
TypeScript

export { default as FormGeneratorTable, FormGeneratorTable as FormGeneratorTableComponent } from './FormGeneratorTable';
export type { ColumnConfig, FormGeneratorTableProps } from './FormGeneratorTable';