UNPKG

@skyux/modals

Version:

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

10 lines (9 loc) 202 B
/** * Contains an object with properties for displaying form-level errors in the modal. */ export interface SkyModalError { /** * The error message to display. */ message: string; }