UNPKG

vue-admin-core

Version:
39 lines (38 loc) 3.12 kB
declare const ConfigProvider: import("vue").DefineComponent<{ dictLabelKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; dictValueKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; pageSizeKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; currentPageKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; totalKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; listKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; dateFormat: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; dateTimeFormat: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; timeFormat: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; elTagTypeKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ dictLabelKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; dictValueKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; pageSizeKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; currentPageKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; totalKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; listKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; dateFormat: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; dateTimeFormat: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; timeFormat: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; elTagTypeKey: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>; }>>, { dictLabelKey: string; dictValueKey: string; pageSizeKey: string; currentPageKey: string; totalKey: string; listKey: string; dateFormat: string; dateTimeFormat: string; timeFormat: string; elTagTypeKey: string; }, {}>; export type ConfigProviderInstance = InstanceType<typeof ConfigProvider>; export default ConfigProvider;