@ozen-ui/kit
Version:
React component library
9 lines (8 loc) • 571 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.STEPPER_VERTICAL_STEP_BUTTON_DEFAULT_TAG = exports.STEPPER_VERTICAL_STEP_BUTTON_DEFAULT_ICON_RIGHT = exports.STEPPER_VERTICAL_STEP_BUTTON_DEFAULT_COLOR = void 0;
var icons_1 = require("@ozen-ui/icons");
var ButtonNext_1 = require("../../../ButtonNext");
exports.STEPPER_VERTICAL_STEP_BUTTON_DEFAULT_COLOR = 'primary';
exports.STEPPER_VERTICAL_STEP_BUTTON_DEFAULT_ICON_RIGHT = icons_1.ChevronRightIcon;
exports.STEPPER_VERTICAL_STEP_BUTTON_DEFAULT_TAG = ButtonNext_1.BUTTON_DEFAULT_TAG;