UNPKG

@handsontable/react-wrapper

Version:

Best Data Grid for React with Spreadsheet Look and Feel.

6 lines (5 loc) 254 B
import React from 'react'; import { HotTableProps, HotTableRef } from './types'; declare const HotTableInner: React.ForwardRefExoticComponent<HotTableProps & React.RefAttributes<HotTableRef>>; export default HotTableInner; export { HotTableInner };