UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 272 B
import { ActionIconProps } from "./type.mjs"; import * as react39 from "react"; //#region src/ActionIcon/ActionIcon.d.ts declare const ActionIcon: react39.NamedExoticComponent<ActionIconProps>; //#endregion export { ActionIcon }; //# sourceMappingURL=ActionIcon.d.mts.map