UNPKG

mathlive

Version:

A web component for math input

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