@spaced-out/ui-design-system
Version:
Sense UI components library
18 lines (17 loc) • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "NOTIFICATION_SEMANTIC", {
enumerable: true,
get: function () {
return _Notification.NOTIFICATION_SEMANTIC;
}
});
Object.defineProperty(exports, "Notification", {
enumerable: true,
get: function () {
return _Notification.Notification;
}
});
var _Notification = require("./Notification");