UNPKG

gatsby-theme-zh

Version:
10 lines (9 loc) 211 B
import React from 'react'; export interface SearchProps { docsearchOptions?: { apiKey: string; indexName: string; }; } declare const Search: React.FC<SearchProps>; export default Search;