UNPKG

medusa-plugin-sentry-ui

Version:
10 lines (9 loc) 301 B
import React from 'react'; declare type TableSearchProps = { autoFocus?: boolean; onSearch: (term: string) => void; placeholder?: string; searchValue?: string; } & React.HTMLAttributes<HTMLDivElement>; declare const TableSearch: React.FC<TableSearchProps>; export default TableSearch;