mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-03 04:04:59 +08:00
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
import { ElementPlusSize } from './elementPlus'
|
|
export interface ConfigGlobalTypes {
|
|
size?: ElementPlusSize
|
|
}
|