UNPKG

@oceanbase-odc/ob-react-data-grid

Version:

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like

5 lines 272 B
import type { FormatterProps } from '../types'; import React from 'react'; declare const ValueFormatter: React.MemoExoticComponent<(<R, SR>(props: FormatterProps<R, SR>) => React.JSX.Element | null)>; export { ValueFormatter }; //# sourceMappingURL=ValueFormatter.d.ts.map