mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 15:17:33 +00:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
declare module '@ckpack/vue-color' {
|
|
import type { Component } from '@vue/runtime-core'
|
|
const Sketch: Component
|
|
const Chrome: Component
|
|
}
|