UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

7 lines (5 loc) 152 B
export interface Support { /** Touch events support (touchstart, touchmove, touchend) */ touch: boolean; } export const getSupport: () => Support;