Files
sam-react-prod/src/components/templates/index.ts

28 lines
687 B
TypeScript
Raw Normal View History

export { ListPageTemplate } from "./ListPageTemplate";
export { IntegratedListTemplateV2 } from "./IntegratedListTemplateV2";
export type {
TabOption,
TableColumn,
PaginationConfig,
StatCard,
VersionHistoryItem,
DevMetadata,
IntegratedListTemplateV2Props,
} from "./IntegratedListTemplateV2";
// UniversalListPage - 통합 리스트 페이지 컴포넌트
export { UniversalListPage } from "./UniversalListPage";
export type {
UniversalListConfig,
UniversalListPageProps,
ListActions,
ListParams,
ListResult,
DeleteResult,
CustomAction,
DetailMode,
SelectionHandlers,
RowClickHandlers,
FilterFieldConfig,
FilterValues,
} from "./UniversalListPage";