UNPKG

@aplus-frontend/ui

Version:

63 lines (62 loc) 985 B
import { configProviderProps as e } from "@aplus-frontend/antdv/es/config-provider/context"; const t = () => ({ apGrid: { type: Object }, agGrid: { type: Object } }), o = () => ({ /** * @description aplus-ui的locale */ aplusLocale: { type: Object }, namespace: { type: String }, api: { type: Object, default: () => ({}) }, uiMode: { type: String }, apUpload: { type: Object, default: () => ({}) }, apDescriptions: { type: Object, default: () => ({}) }, valueTypeMap: { type: Object, default: () => ({}) }, downloadCenterTriggerConfig: { type: Object, default: () => ({}) }, exportField: { type: [Object, Boolean], default: !1 }, scrollYDomName: { type: String }, viewCacheOption: { type: Object, default: () => ({}) }, searchForm: { type: Object, default: () => ({}) }, ...t(), ...e() }); export { o as configProviderProps };