UNPKG

@benev/nubs

Version:
10 lines (6 loc) 214 B
import {NubDetail} from "../../events/types/detail.js" export type Query = () => { element: HTMLElement draggableItem: HTMLElement } export type DispatchCause = ({}: {cause: string, pressed: boolean}) => void