UNPKG

@gotitinc/mathlive

Version:

A web component for math input

7 lines (6 loc) 133 B
/* 0.98.6-hf3 */ export type KeyboardModifiers = { alt: boolean; control: boolean; shift: boolean; meta: boolean; };