mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-31 14:16: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;
|