UNPKG

easemob-chat-uikit

Version:

![Static Badge](https://img.shields.io/badge/platform-React-green) ![Static Badge](https://img.shields.io/badge/language-typescript-green) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/easemob/Easemob-UIKit-web) ![GitHub last c

10 lines (9 loc) 460 B
import React from 'react'; export interface ConfigConsumerProps { getPrefixCls: (suffixCls?: string, customizePrefixCls?: string) => string; iconPrefixCls?: any; getPopupContainer?: (triggerNode?: HTMLElement) => HTMLElement; } export declare const ConfigContext: React.Context<ConfigConsumerProps>; export declare const ConfigConsumer: React.Consumer<ConfigConsumerProps>; export declare const ConfigProvider: React.Provider<ConfigConsumerProps>;