UNPKG

docz-theme-default

Version:

The default theme of docz

7 lines (6 loc) 158 B
import { SFC } from 'react'; interface SearchProps { onSearch: (value: string) => void; } export declare const Search: SFC<SearchProps>; export {};