UNPKG

@spartacus/storefront

Version:

Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.

9 lines (8 loc) 239 B
import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap'; /** * A reference to a newly opened modal * * @todo remove ngb dependency and create our own implementation of ModalRef */ export declare class ModalRef extends NgbModalRef { }