UNPKG

kxeditor

Version:

Rich Text Editor

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