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