You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
385 B
JavaScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*
* @description: 抛出组件的配置
* @Date: 2023-03-13 10:04:59
* @Author: xing.heng
* @LastEditors: xing.heng
* @LastEditTime: 2023-03-13 11:26:13
*/
import commonConfig, { displayOption } from './commonConfig'
export {
commonConfig, displayOption // commonConfig个函数传入参数type动态生成配置,displayOption是决定组件具有哪些属性配置
}