二货爱吃白萝卜
1 year ago
committed by
GitHub
4 changed files with 12 additions and 6 deletions
@ -0,0 +1,7 @@ |
|||
import type { ValidateMessages } from 'rc-field-form/lib/interface'; |
|||
import { createContext } from 'react'; |
|||
|
|||
// ZombieJ: We export single file here since
|
|||
// ConfigProvider use this which will make loop deps
|
|||
// to import whole `rc-field-form`
|
|||
export default createContext<ValidateMessages | undefined>(undefined); |
Loading…
Reference in new issue