Skip to content
Sheetwrite

Sheetwrite / Documentation

OptionalGridSizeProps@sheetwrite/core/adapter

Optional width and height accepted by advanced framework adapters.

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;
}