UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

6 lines 203 B
import { FunctionComponent } from 'react'; export interface SearchProps { handleSearch: () => void; } export declare const Search: FunctionComponent<SearchProps>; //# sourceMappingURL=Search.d.ts.map