UNPKG

@gotitinc/mathlive

Version:

A web component for math input

7 lines (6 loc) 134 B
/* 0.104.2-hf1 */ export type KeyboardModifiers = { alt: boolean; control: boolean; shift: boolean; meta: boolean; };