UNPKG

@sdziadkowiec/react-datasheet-grid

Version:

An Excel-like React component to create beautiful spreadsheets.

9 lines 400 B
export declare const intColumn: Partial<import("../types").Column<number | null, { placeholder?: string | undefined; alignRight: boolean; continuousUpdates: boolean; parseUserInput: (value: string) => number | null; formatBlurredInput: (value: number | null) => string; formatInputOnFocus: (value: number | null) => string; }, string>>; //# sourceMappingURL=intColumn.d.ts.map