UNPKG

@bilions/search-js

Version:
8 lines (7 loc) 389 B
declare const hashIcon: (color?: string) => string; declare const historyIcon: (color?: string) => string; declare const searchIcon: (color?: string) => string; declare const closeIcon: (color?: string) => string; declare const loadingIcon: (color?: string) => string; declare const clearIcon: () => string; export { hashIcon, searchIcon, historyIcon, closeIcon, loadingIcon, clearIcon };