UNPKG

mathlive

Version:

A web component for math input

7 lines (6 loc) 129 B
/* 0.98.3 */ export type KeyboardModifiers = { alt: boolean; control: boolean; shift: boolean; meta: boolean; };