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