UNPKG

@arco-design/web-vue

Version:

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

4 lines (3 loc) 391 B
export declare function fixedWidth(width: number): Record<string, unknown>; export declare function setTransformStyle(value: string): Record<string, unknown>; export declare function getStyle(element: HTMLElement | null, prop: string | null): string | number | ((index: number) => string) | CSSRule | ((property: string, value: string | null, priority?: string | undefined) => void) | null;