UNPKG

grandma3-ts-types

Version:
6 lines (4 loc) 155 B
type KeyboardShortCutsProps = ObjProps & { keyboardShortcutsActive: boolean; }; type KeyboardShortCuts = Obj<UserProfile, any> & KeyboardShortCutsProps;