UNPKG

@alitajs/antd-plus

Version:

基于 ant-design 封装的偏业务组件

7 lines (6 loc) 317 B
/// <reference types="react" /> export interface ConfigConsumerProps { getPrefixCls: (suffixCls: string, customizePrefixCls?: string) => string; } export declare const ConfigContext: import("react").Context<ConfigConsumerProps>; export declare const ConfigConsumer: import("react").Consumer<ConfigConsumerProps>;