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.
/**
* 为了保持多页element组件的样式统一,提供全局配置的方法。
*/
import { ConfigElement } from './types'
const elementConfig: ConfigElement = {
* 尺寸
size: 'medium',
* 层级
zIndex: 2000
}
const haha = ''
export default elementConfig