@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
4 lines • 423 B
text/typescript
import { ActionIconClassNames, ActionIconOutdent, ActionIconProps, ActionIconSize, ActionIconStyles, ActionIconVariant } from "./type.mjs";
import ActionIcon from "./ActionIcon.mjs";
import { styles } from "./style.mjs";
export { type ActionIconClassNames, type ActionIconOutdent, type ActionIconProps, type ActionIconSize, type ActionIconStyles, type ActionIconVariant, styles as actionIconStyles, ActionIcon as default };