UNPKG

unika-components

Version:

Unika Vue3 components library

11 lines (10 loc) 397 B
import { ElementData } from '../defaultProps'; export declare function commonStyle(element: ElementData, unit: string, size?: boolean): import("vue").ComputedRef<{ left: string; top: string; width: string; height: string; transform: string | number; opacity: number | undefined; }>; export declare function aniWrapStyle(element: ElementData, unit: string): void;