index.ts 259 B

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