UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

4 lines (3 loc) 144 B
import * as React from 'react'; import { DnDTreeTableProps } from './types'; export declare const DnDTreeTable: React.FC<DnDTreeTableProps>;