UNPKG

react-icon-cloud

Version:

A React component for rendering an interactive img or word cloud on canvas

12 lines (11 loc) 305 B
import { SimpleIcon } from '../types/simple_icon'; export declare const fetchSimpleIcons: ({ slugs }: { slugs: string[]; }) => Promise<{ simpleIcons: Record<string, SimpleIcon>; allIcon: Record<string, { title: string; hex: string; slug: string; }>; }>;