UNPKG

vue3-ciallo-viewer

Version:
7 lines (6 loc) 574 B
import { CSSProperties } from 'vue'; import { BuildTransitionType } from '../type/Types'; export declare const BuildTransition: import('vue').ComputedRef<(array: BuildTransitionType[]) => string>; export declare const SetElementStyle: (style: CSSProperties, element: HTMLElement) => void; export declare const BuildMatrix: (first: number | string, second: number | string, third: number | string, forth: number | string, fifth: number | string, sixth: number | string) => string; export declare const isCloseTo: (value: number, target: number, epsilon?: number) => boolean;