UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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