UNPKG

@lobehub/ui

Version:

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

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