UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

10 lines (9 loc) 210 B
/** * Options for displaying a globally accessible help dialog. */ export interface SkyHelpOpenArgs { /** * A unique key that identifies the help content to display. * */ helpKey: string; }