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 react41 from "react"; //#region src/ActionIcon/ActionIcon.d.ts declare const ActionIcon: react41.NamedExoticComponent<ActionIconProps>; //#endregion export { ActionIcon }; //# sourceMappingURL=ActionIcon.d.mts.map