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.

19 lines
300 B
TypeScript

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.

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