@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
11 lines • 449 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildAriaCurrent = void 0;
const orientation_1 = require("../types/orientation");
const buildAriaCurrent = (currentStep, index, dimension) => {
return currentStep === index && dimension === orientation_1.StepperNumberOrientationType.VERTICAL
? 'step'
: undefined;
};
exports.buildAriaCurrent = buildAriaCurrent;
//# sourceMappingURL=aria.js.map