3 lines
205 B
TypeScript
3 lines
205 B
TypeScript
export { default as FormGeneratorTable, FormGeneratorTable as FormGeneratorTableComponent } from './FormGeneratorTable';
|
|
export type { ColumnConfig, FormGeneratorTableProps } from './FormGeneratorTable';
|
|
|