UNPKG

@gowiz/searchbar

Version:

Different search bars powered by Gowiz search engine technology

12 lines (11 loc) 494 B
/// <reference types="react" /> interface IconProps { width?: number; height?: number; } declare function validate_icon_props(str: string, nr: number): number; declare const SearchIcon: (props: IconProps) => JSX.Element; declare const TimeIcon: (props: IconProps) => JSX.Element; declare const CancelIcon: (props: IconProps) => JSX.Element; declare const LeftArrowIcon: (props: IconProps) => JSX.Element; export { validate_icon_props, SearchIcon, TimeIcon, CancelIcon, LeftArrowIcon };