UNPKG

@skyux/modals

Version:

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

7 lines (6 loc) 160 B
export interface SkyConfirmCloseEventArgs { /** * The identifier for the button that users selected to close the dialog. */ action: string; }