UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

9 lines (8 loc) 198 B
import type { pointType } from "./interface"; export declare const pointMiddleware: (point: pointType) => { name: string; fn: () => { x: number; y: number; }; };