chore: 注释说明

This commit is contained in:
dap
2025-03-08 19:57:56 +08:00
parent a9b7bf6442
commit 8ed893fb21
2 changed files with 10 additions and 11 deletions

View File

@@ -1,11 +0,0 @@
import type { RuleObject } from 'ant-design-vue/es/form';
declare global {
type AntdFormRules<T> = {
[key: string]: RuleObject[];
} & {
[K in keyof T]?: RuleObject[];
};
}
export {};