UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

6 lines 318 B
import { RenderItemComponentProps } from './types'; import { NormalizedSuggestion } from './utils'; export declare function defaultRenderItemType(suggestion: NormalizedSuggestion): string; declare const SearchItem: React.FC<RenderItemComponentProps>; export default SearchItem; //# sourceMappingURL=SearchItem.d.ts.map