Browse Source
fix: export ConfigProviderProps interface
pull/15453/head
Junbin Huang
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/config-provider/index.tsx
|
|
@ -27,7 +27,7 @@ export const configConsumerProps = [ |
|
|
|
'autoInsertSpaceInButton', |
|
|
|
]; |
|
|
|
|
|
|
|
interface ConfigProviderProps { |
|
|
|
export interface ConfigProviderProps { |
|
|
|
getPopupContainer?: (triggerNode?: HTMLElement) => HTMLElement; |
|
|
|
prefixCls?: string; |
|
|
|
children?: React.ReactNode; |
|
|
|