@ozen-ui/kit
Version:
React component library
8 lines (7 loc) • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SELECT_ICON_BUTTON_DISPLAY_NAME = exports.SELECT_ICON_BUTTON_DEFAULT_TAB_INDEX = exports.SELECT_ICON_BUTTON_DEFAULT_TAG = void 0;
var IconButtonNext_1 = require("../../../IconButtonNext");
exports.SELECT_ICON_BUTTON_DEFAULT_TAG = IconButtonNext_1.ICON_BUTTON_DEFAULT_TAG;
exports.SELECT_ICON_BUTTON_DEFAULT_TAB_INDEX = -1;
exports.SELECT_ICON_BUTTON_DISPLAY_NAME = 'SelectIconButton';