```ts import { Form } from 'ant-design-vue/types/form/form.d'; const formRef = ref() as Ref<Form>; formRef.value.validate(); ``` 现在声明文件全没了啊