UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

7 lines 350 B
/// <reference types="react" /> 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