first commit
This commit is contained in:
6
frontend/node_modules/antd/lib/locale/context.d.ts
generated
vendored
Normal file
6
frontend/node_modules/antd/lib/locale/context.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Locale } from '.';
|
||||
export type LocaleContextProps = Locale & {
|
||||
exist?: boolean;
|
||||
};
|
||||
declare const LocaleContext: import("react").Context<LocaleContextProps | undefined>;
|
||||
export default LocaleContext;
|
||||
Reference in New Issue
Block a user