Files
super-app/App/common/interface/widgets/widgetData/index.ts
2024-06-11 17:54:34 +00:00

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"