UNPKG

equal-vue

Version:

Equal is a Vue 3 hackable UI library empowered by tailwindcss

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