UNPKG

@lobehub/ui

Version:

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

3 lines 181 B
import { ActionIconProps, ActionIconSize } from "./type.mjs"; import ActionIcon from "./ActionIcon.mjs"; export { type ActionIconProps, type ActionIconSize, ActionIcon as default };