UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

5 lines (4 loc) 242 B
import { CSSProperties } from 'vue'; export declare function camelToKebab(camelCase: string): string; export declare function styleToString(style: CSSProperties): string; export declare function canvasToGray(canvas: HTMLCanvasElement): void;