7 lines
254 B
TypeScript
7 lines
254 B
TypeScript
|
|
/**
|
||
|
|
* 메타 컴포넌트 자동 생성 시스템
|
||
|
|
*/
|
||
|
|
export { AutoGenerateModal } from "./AutoGenerateModal";
|
||
|
|
export { generateComponents } from "./generateComponents";
|
||
|
|
export type { AutoGenerateConfig, AutoGenerateColumn } from "./AutoGenerateModal";
|