UNPKG

@skyux/modals

Version:

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

5 lines (4 loc) 90 B
/** * @internal */ export type SkyConfirmButtonAction = 'ok' | 'yes' | 'no' | 'cancel';