@blueprintjs/table
Version:
Scalable interactive table component
5 lines (4 loc) • 341 B
TypeScript
import type { TablePropsWithDefaults } from "./tableProps";
export declare function clampNumFrozenColumns(props: TablePropsWithDefaults): number;
export declare function clampNumFrozenRows(props: TablePropsWithDefaults): number;
export declare function hasLoadingOption(loadingOptions: string[] | undefined, loadingOption: string): boolean;