Files
frontend-template-i18n/src/components/ReAnimateSelector/index.ts
2025-02-11 16:37:08 +08:00

8 lines
259 B
TypeScript

import { withInstall } from "@pureadmin/utils";
import reAnimateSelector from "./src/index.vue";
/** [animate.css](https://animate.style/) 选择器组件 */
export const ReAnimateSelector = withInstall(reAnimateSelector);
export default ReAnimateSelector;