react-fa-picker
Version:
A reusable React Icon Picker component, bundled with its own Tailwind CSS build.
9 lines • 517 B
TypeScript
export { IconPicker } from './IconPicker';
export { IconPickerProvider, useIconPicker } from './IconPickerContext';
export { CategoryFilter } from './CategoryFilter';
export { VirtualIconGrid } from './VirtualIconGrid';
export { IconGrid } from './IconGrid';
export { SearchBar } from './SearchBar';
export type { IconType, IconCategory, IconCategoryType, IconStateType, } from './types';
export { getAllIcons, getIconCategories, getIconClassName, getIconUnicode, } from './utils';
//# sourceMappingURL=index.d.ts.map