Skip to content

Commit

Permalink
Merge pull request #15446 from ant-design/fix#15438
Browse files Browse the repository at this point in the history
fix: export ConfigProviderProps interface
  • Loading branch information
picodoth committed Mar 16, 2019
2 parents 1bb7d6c + c99b2a7 commit 3d16a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/config-provider/index.tsx
Expand Up @@ -27,7 +27,7 @@ export const configConsumerProps = [
'autoInsertSpaceInButton',
];

interface ConfigProviderProps {
export interface ConfigProviderProps {
getPopupContainer?: (triggerNode?: HTMLElement) => HTMLElement;
prefixCls?: string;
children?: React.ReactNode;
Expand Down

0 comments on commit 3d16a27

Please sign in to comment.