parent
a9b7bf6442
commit
8ed893fb21
@ -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 {};
|
|
||||||
Loading…
Reference in new issue