UNPKG

denwa-react-shared

Version:
4 lines (3 loc) 128 B
import { FC } from 'react'; import { TableSearchProps } from './types'; export declare const TableSearch: FC<TableSearchProps>;