import { VxeGlobalConfig } from '../../types'

export const globalConfigStore: VxeGlobalConfig = {
  size: '',
  version: 1,
  zIndex: 999,
  resizeInterval: 500
}
