Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 593 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 593 Bytes

Event

The set of DOM APIs for creating and responding to DOM events, with support for gestures.

Modules in this set can be imported individually or collectively.

// Import all modules
import * as EVT from '@web-native-js/play-ui/src/evt/index.js';
let trigger = EVT.trigger;

// Import a module
import trigger from '@web-native-js/play-ui/src/evt/trigger.js';

API