chore: 注释说明
This commit is contained in:
11
apps/web-antd/types/antd.d.ts
vendored
11
apps/web-antd/types/antd.d.ts
vendored
@@ -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 {};
|
Reference in New Issue
Block a user