mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 20:43:11 +08:00
fix: export ConfigProviderProps interface
This commit is contained in:
parent
1bb7d6c301
commit
c99b2a7720
@ -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