UNPKG

@spartacus/storefront

Version:

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

10 lines (9 loc) 269 B
import { NgbModalOptions } from '@ng-bootstrap/ng-bootstrap'; /** * Options available for modal instance * * @todo remove ngb dependency and create our own set of props for this interface */ export interface ModalOptions extends NgbModalOptions { temp?: any; }