chore: fix lint && typecheck

This commit is contained in:
Jin Mao
2026-03-25 16:33:24 +08:00
parent 9d69d7f46c
commit 417e6c2ade
7 changed files with 77 additions and 59 deletions

View File

@@ -4,12 +4,12 @@
## 导出
| 导出 | 类型 | 说明 |
|------|------|------|
| `Motion` | 组件 | 动画组件 |
| `MotionGroup` | 组件 | 动画组组件 |
| `MotionDirective` | 指令 | 动画指令 |
| `MotionPlugin` | 插件 | Vue 插件 |
| 导出 | 类型 | 说明 |
| ----------------- | ---- | ---------- |
| `Motion` | 组件 | 动画组件 |
| `MotionGroup` | 组件 | 动画组组件 |
| `MotionDirective` | 指令 | 动画指令 |
| `MotionPlugin` | 插件 | Vue 插件 |
## 使用
@@ -23,4 +23,4 @@ app.use(MotionPlugin);
```ts
import type { MotionOptions, MotionVariants } from '@vben/plugins/motion';
```
```