@sheetwrite/core/adapterinterface
Optional width and height accepted by advanced framework adapters.
Members 2
height
height?: number | string;fill
fill?: true;Declaration
View full TypeScript declaration
export interface OptionalGridSizeProps { height?: number | string; fill?: true;}