UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

6 lines (5 loc) 146 B
export declare class ContextMenuActionData { elementId: string; actionId: string; constructor(elementId: string, actionId: string); }