UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

7 lines (6 loc) 241 B
import { MaybeRefOrGetter } from 'vue'; import { PositionMethod } from '../types/position'; export declare const positionAroundPoint: (position: MaybeRefOrGetter<{ x: number; y: number; }>, method: PositionMethod) => PositionMethod;