UNPKG

@kform/scaffolder

Version:

Scaffolding utilities for KForm projects.

9 lines (8 loc) 245 B
import * as React from "react"; /** * Properties used to prevent an element from being dragged. */ export declare const preventDrag: { onKeyDown: (evt: React.KeyboardEvent) => void; onPointerDown: (evt: React.PointerEvent) => void; };