UNPKG

@hubee/hubee-ui-table

Version:

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

7 lines (6 loc) 179 B
/// <reference types="react" /> interface MakeEmptyRowsProps { rows: number; } export default function MakeEmptyRows(props: MakeEmptyRowsProps): JSX.Element; export {};