UNPKG

@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 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LinkVariantType = void 0; var LinkVariantType; (function (LinkVariantType) { LinkVariantType["PRIMARY"] = "PRIMARY"; LinkVariantType["SECONDARY"] = "SECONDARY"; LinkVariantType["SECONDARY_ALT"] = "SECONDARY_ALT"; })(LinkVariantType || (exports.LinkVariantType = LinkVariantType = {})); //# sourceMappingURL=variants.js.map