tangjinzhou
5 years ago
3 changed files with 31 additions and 2 deletions
@ -1,5 +1,15 @@
|
||||
import { AntdComponent } from './component'; |
||||
|
||||
import { Locale } from './locale-provider' |
||||
|
||||
export interface CSPConfig { |
||||
nonce?: string; |
||||
} |
||||
|
||||
export declare class ConfigProvider extends AntdComponent { |
||||
getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement; |
||||
getPrefixCls: (suffixCls: string, customizePrefixCls?: string) => string; |
||||
renderEmpty: Function; |
||||
csp?: CSPConfig; |
||||
autoInsertSpaceInButton?: boolean; |
||||
} |
||||
|
Loading…
Reference in new issue