UNPKG

@hubee/hubee-ui-table

Version:

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

10 lines (9 loc) 309 B
/// <reference types="react" /> import { SvgIcon } from '@mui/material'; export declare enum TableIcons { SEARCH = "search", DELETE = "delete", OPEN_IN_NEW = "open_in_new" } export type SvgIconComponent = typeof SvgIcon; export declare const TableIconsMaterial: Map<string, JSX.Element>;