UNPKG

react-fa-picker

Version:

A reusable React Icon Picker component, bundled with its own Tailwind CSS build.

7 lines 271 B
import { IconType } from './types'; interface VirtualIconGridProps { allIcons: IconType[]; } export declare function VirtualIconGrid({ allIcons }: VirtualIconGridProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=VirtualIconGrid.d.ts.map