Skip to content

Col

type Col = {
id?: string;
key?: string;
type: 'Col';
} & BoxBaseProps;
optional id: string;
optional key: string;
type: 'Col';