PromoCursed/node_modules/antd/es/locale/context.d.ts

7 lines
217 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
import type { Locale } from '.';
export type LocaleContextProps = Locale & {
exist?: boolean;
};
declare const LocaleContext: import("react").Context<LocaleContextProps | undefined>;
export default LocaleContext;