UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

8 lines (7 loc) 249 B
/// <reference types="react" /> import type { Locale } from '.'; export type LocaleContextProps = Locale & { exist?: boolean; }; declare const LocaleContext: import("react").Context<LocaleContextProps | undefined>; export default LocaleContext;