import { DaffModal } from '@daffodil/design/modal'
interface DaffModal {
modal: ComponentRef<DaffModalComponent>
overlay: OverlayRef
}
modal ComponentRef<DaffModalComponent> |
---|
The reference to the modal in question |
overlay OverlayRef |
---|
The overlay associated with a given modal. |