device icon indicating copy to clipboard operation
device copied to clipboard

feat: enable to extend custom flag types

Open XiaoChengyin opened this issue 2 years ago • 0 comments

declare module '@nuxtjs/device/dist/runtime/types' {
  interface Device {
    isMyApp: boolean
  }
}

XiaoChengyin avatar May 15 '23 06:05 XiaoChengyin