UNPKG

idm-react-antd

Version:

An enterprise-class UI design language and React components implementation

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