@nepwork/dashboards
Version:
Dashboards for emergencies and monitoring
12 lines • 310 B
JavaScript
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
var NbToast = /** @class */ (function () {
function NbToast() {
}
return NbToast;
}());
export { NbToast };
//# sourceMappingURL=model.js.map