Box
type Box = { direction?: 'row' | 'col'; id?: string; key?: string; type: 'Box';} & BoxBaseProps;Type Declaration
Section titled “Type Declaration”direction?
Section titled “direction?”optional direction: "row" | "col";optional id: string;optional key: string;type: 'Box';