@catho/quantum-storybook-ui
Version:
A **Design System** is the complete set of design standards, documentation, and principles along with the toolkit (UI patterns and code components) to achieve those standards. Over time, these 'systems' are growing in popularity - a very popular one is [Q
19 lines (17 loc) • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "TabbedView", {
enumerable: true,
get: function get() {
return _TabbedView.TabbedView;
}
});
Object.defineProperty(exports, "Tab", {
enumerable: true,
get: function get() {
return _TabbedView.Tab;
}
});
var _TabbedView = require("./TabbedView");