UNPKG

@aplus-frontend/ui

Version:

81 lines (80 loc) 1.25 kB
import { configProviderProps as e } from "@aplus-frontend/antdv/es/config-provider/context"; const t = () => ({ apGrid: { type: Object }, agGrid: { type: Object }, apProCard: { type: Object }, apImage: { type: Object }, apTitle: { type: Object } }), o = () => ({ /** * @description aplus-ui的locale */ aplusLocale: { type: Object }, /** * APlus-UI 自己的token */ aplusToken: { type: Object }, namespace: { type: String }, api: { type: Object, default: () => ({}) }, /** * @deprecated 已废弃,请使用各自组件的uiMode属性 */ 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 };