UNPKG
@gotitinc/mathlive
Version:
latest (0.98.6-hf3)
0.104.2-hf1
0.98.6-hf3
0.98.6-hf2
0.98.6-hf1
A web component for math input
github.com/arnog/mathlive
arnog/mathlive
@gotitinc/mathlive
/
dist
/
types
/
ui-events-types.d.ts
7 lines
(6 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
6
7
/* 0.104.2-hf1 */
export
type
KeyboardModifiers
= {
alt
:
boolean
;
control
:
boolean
;
shift
:
boolean
;
meta
:
boolean
; };