UNPKG

@skyux/modals

Version:

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

8 lines (7 loc) 165 B
/** * Additional context and features for the modal host component. * @internal */ export interface SkyModalHostContextArgs { teardownCallback: () => void; }