UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

10 lines (9 loc) 245 B
import { IPublicTypeHotkeyCallback } from './'; export interface IPublicTypeHotkeyCallbackConfig { callback: IPublicTypeHotkeyCallback; modifiers: string[]; action: string; seq?: string; level?: number; combo?: string; }