Skip to content

Row

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