@sdziadkowiec/react-datasheet-grid
Version:
An Excel-like React component to create beautiful spreadsheets.
9 lines • 408 B
TypeScript
export declare const percentColumn: 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=percentColumn.d.ts.map