@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
9 lines • 332 B
text/typescript
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