mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
8 lines
259 B
TypeScript
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;
|