UNPKG

@hubee/hubee-ui-table

Version:

Hubee UI Table é uma biblioteca que faz abstração da implementação de data tables para o React

9 lines (8 loc) 266 B
/// <reference types="react" /> import { HeaderGroup } from 'react-table'; interface TheadMapRowProps { headerGroups: HeaderGroup<any>[]; enableActions: boolean; } export default function TheadMapRow(props: TheadMapRowProps): JSX.Element; export {};