@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
9 lines • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DrawerVariantType = void 0;
var DrawerVariantType;
(function (DrawerVariantType) {
DrawerVariantType["DEFAULT"] = "DEFAULT";
DrawerVariantType["TESTING_NO_ANIMATION"] = "TESTING_NO_ANIMATION";
})(DrawerVariantType || (exports.DrawerVariantType = DrawerVariantType = {}));
//# sourceMappingURL=variants.js.map