25 lines
411 B
TypeScript
25 lines
411 B
TypeScript
export type {
|
|
SelectCardWithDetailListData,
|
|
Item,
|
|
ContainerTag,
|
|
Detail,
|
|
SelectCardWithDetailListProps,
|
|
ItemCardProps,
|
|
ItemDetailProps,
|
|
} from "./SelectCardWithDetailListData";
|
|
|
|
export type {
|
|
TableWidgetProps,
|
|
TableWidgetData,
|
|
Column,
|
|
Row,
|
|
Cell,
|
|
ColumnsProps,
|
|
RowsProps,
|
|
CellProps,
|
|
} from "./TableWidgetData";
|
|
|
|
export type {
|
|
HeroSectionWidgetData
|
|
} from "./HeroSectionWidgetData"
|