@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
4 lines • 420 B
text/typescript
import { IconProps, IconSize, IconSizeConfig, IconSizeType, LucideIconProps } from "./type.mjs";
import { IconContentConfig, IconContext, IconProvider, useIconContext } from "./components/IconProvider.mjs";
import Icon from "./Icon.mjs";
export { IconContentConfig, IconContext, type IconProps, IconProvider, type IconSize, type IconSizeConfig, type IconSizeType, type LucideIconProps, Icon as default, useIconContext };