fix: export ConfigProviderProps interface
This commit is contained in:
Junbin Huang 2019-03-16 13:17:30 +08:00 committed by GitHub
commit 3d16a27540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ export const configConsumerProps = [
'autoInsertSpaceInButton',
];
interface ConfigProviderProps {
export interface ConfigProviderProps {
getPopupContainer?: (triggerNode?: HTMLElement) => HTMLElement;
prefixCls?: string;
children?: React.ReactNode;