Col
type Col = { id?: string; key?: string; type: 'Col';} & BoxBaseProps;
Type Declaration
Section titled “Type Declaration”optional id: string;
optional key: string;
type: 'Col';
type Col = { id?: string; key?: string; type: 'Col';} & BoxBaseProps;
optional id: string;
optional key: string;
type: 'Col';