docs(changeset): Added refs and exports, isEmpty
This commit is contained in:
@@ -35,6 +35,7 @@ export interface GridlerColumn extends Partial<BaseGridColumn> {
|
||||
maxWidth?: number;
|
||||
minWidth?: number;
|
||||
tooltip?: ((buffer: any, row: number, col: number) => ReactNode) | string;
|
||||
virtual?: boolean;
|
||||
width?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user