UNPKG

@lobehub/ui

Version:

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

9 lines 332 B
import { ActionIconProps } from "./type.mjs"; //#region src/ActionIcon/ActionIcon.d.ts /** * @deprecated Use `ActionIcon` from `@lobehub/ui/base-ui` instead. */ declare const ActionIcon: import("react").NamedExoticComponent<ActionIconProps>; //#endregion export { ActionIcon as default }; //# sourceMappingURL=ActionIcon.d.mts.map