@blackbaud/skyux
Version:
SKY UX built on Angular 2
9 lines (8 loc) • 436 B
TypeScript
export { SkyModalComponent } from './modal.component';
export { SkyModalModule } from './modal.module';
export { SkyModalService } from './modal.service';
export { SkyModalInstance } from './modal-instance';
export { SkyModalCloseArgs } from './modal-close-args';
export { SkyModalHostService } from './modal-host.service';
export { SkyModalConfiguration } from './modal-configuration';
export declare const SKY_MODAL_PROVIDERS: any[];