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