UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

4 lines 399 B
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, IconProps, IconProvider, IconSize, IconSizeConfig, IconSizeType, LucideIconProps, Icon as default, useIconContext };