UNPKG

react-icon-cloud

Version:

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

13 lines (12 loc) 282 B
export declare const getSlugHexs: (slugs: string[]) => Promise<{ hexs: { slug: string; hex: string; title: string; }[]; cache: Record<string, { title: string; hex: string; slug: string; }> | undefined; }>;