mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-11 19:56:37 +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;
|