2025-12-04 12:48:41 +09:00
|
|
|
export { ListPageTemplate } from "./ListPageTemplate";
|
|
|
|
|
export { IntegratedListTemplateV2 } from "./IntegratedListTemplateV2";
|
|
|
|
|
export type {
|
|
|
|
|
TabOption,
|
|
|
|
|
TableColumn,
|
|
|
|
|
PaginationConfig,
|
|
|
|
|
StatCard,
|
|
|
|
|
VersionHistoryItem,
|
|
|
|
|
DevMetadata,
|
|
|
|
|
IntegratedListTemplateV2Props,
|
2026-01-14 15:27:59 +09:00
|
|
|
} from "./IntegratedListTemplateV2";
|
|
|
|
|
|
|
|
|
|
// UniversalListPage - 통합 리스트 페이지 컴포넌트
|
|
|
|
|
export { UniversalListPage } from "./UniversalListPage";
|
|
|
|
|
export type {
|
|
|
|
|
UniversalListConfig,
|
|
|
|
|
UniversalListPageProps,
|
|
|
|
|
ListActions,
|
|
|
|
|
ListParams,
|
|
|
|
|
ListResult,
|
|
|
|
|
DeleteResult,
|
|
|
|
|
CustomAction,
|
|
|
|
|
DetailMode,
|
|
|
|
|
SelectionHandlers,
|
|
|
|
|
RowClickHandlers,
|
|
|
|
|
FilterFieldConfig,
|
|
|
|
|
FilterValues,
|
|
|
|
|
} from "./UniversalListPage";
|