@10up/block-components
Version:
10up Components built for the WordPress Block Editor.
6 lines • 318 B
TypeScript
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