configGlobal.d.ts 112 B

1234
  1. import { ElementPlusSize } from './elementPlus'
  2. export interface ConfigGlobalTypes {
  3. size?: ElementPlusSize
  4. }