UNPKG

equal-vue

Version:

Equal is a Vue 3 hackable UI library empowered by tailwindcss

11 lines (10 loc) 454 B
import { Positions } from '@/models/enums/Positions'; export declare const hue: (props: { [key: string]: any; }, emit: (name: string, prop: any) => void) => { container: import("vue").Ref<HTMLElement | null>; pullDirection: import("vue").Ref<Positions>; toKeyHandler: (side: Positions.L | Positions.R, e: KeyboardEvent) => void; handleChange: (e: TouchEvent & MouseEvent, skip: any) => void; handleMouseDown: (e: any) => void; };