UNPKG

@spratch/whtable

Version:

A typescript react accessible table component for WealthHealth

6 lines (5 loc) 210 B
type Props = { handleSearchChange: (e: React.ChangeEvent<HTMLInputElement>) => void; }; export default function SearchBox({ handleSearchChange }: Props): import("react/jsx-runtime").JSX.Element; export {};