UNPKG

@abuenameh/mathlive

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