UNPKG

@hubee/hubee-ui-table

Version:

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

4 lines (3 loc) 190 B
/// <reference types="react" /> import GlobalFilterProps from '@/core/interfaces/props/search-filter-props'; export default function SearchDefault(props: GlobalFilterProps): JSX.Element;