unika-components
Version:
Unika Vue3 components library
11 lines (10 loc) • 397 B
TypeScript
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;