mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Merge pull request #15446 from ant-design/fix#15438
fix: export ConfigProviderProps interface
This commit is contained in:
commit
3d16a27540
@ -27,7 +27,7 @@ export const configConsumerProps = [
|
||||
'autoInsertSpaceInButton',
|
||||
];
|
||||
|
||||
interface ConfigProviderProps {
|
||||
export interface ConfigProviderProps {
|
||||
getPopupContainer?: (triggerNode?: HTMLElement) => HTMLElement;
|
||||
prefixCls?: string;
|
||||
children?: React.ReactNode;
|
||||
|
Loading…
Reference in New Issue
Block a user