@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
10 lines • 559 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NavigationCardVariantType = void 0;
var NavigationCardVariantType;
(function (NavigationCardVariantType) {
NavigationCardVariantType["PRIMARY_ICON"] = "PRIMARY_ICON";
NavigationCardVariantType["PRIMARY_ICON_BASIC"] = "PRIMARY_ICON_BASIC";
NavigationCardVariantType["PRIMARY_ICON_HIGHLIGHTED"] = "PRIMARY_ICON_HIGHLIGHTED";
})(NavigationCardVariantType || (exports.NavigationCardVariantType = NavigationCardVariantType = {}));
//# sourceMappingURL=variants.js.map