多维表格

6 lines
144 B

declare module '@ckpack/vue-color' {
import type { Component } from '@vue/runtime-core'
const Sketch: Component
const Chrome: Component
}