UNPKG

tdesign-miniprogram

Version:
15 lines (14 loc) 289 B
export interface TdCellGroupProps { bordered?: { type: BooleanConstructor; value?: boolean; }; theme?: { type: StringConstructor; value?: 'default' | 'card'; }; title?: { type: StringConstructor; value?: string; }; }