16 lines
589 B
TypeScript
16 lines
589 B
TypeScript
/**
|
|
* V2 컴포넌트 설정 패널 인덱스
|
|
*/
|
|
|
|
export { V2InputConfigPanel } from "./V2InputConfigPanel";
|
|
export { V2SelectConfigPanel } from "./V2SelectConfigPanel";
|
|
export { V2DateConfigPanel } from "./V2DateConfigPanel";
|
|
export { V2ListConfigPanel } from "./V2ListConfigPanel";
|
|
export { V2LayoutConfigPanel } from "./V2LayoutConfigPanel";
|
|
export { V2GroupConfigPanel } from "./V2GroupConfigPanel";
|
|
export { V2MediaConfigPanel } from "./V2MediaConfigPanel";
|
|
export { V2BizConfigPanel } from "./V2BizConfigPanel";
|
|
export { V2HierarchyConfigPanel } from "./V2HierarchyConfigPanel";
|
|
|
|
|