mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 17:02:43 +08:00
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
import { ElementPlusSize } from './elementPlus'
|
|
export interface ConfigGlobalTypes {
|
|
size?: ElementPlusSize
|
|
}
|