@isotope/prototope
Version:
Isotope-based JavaScript library for speedy UI prototyping
4 lines (3 loc) • 343 B
TypeScript
declare const pointerEventsNone: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
declare const pointerEventsAuto: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
export { pointerEventsNone, pointerEventsAuto };