@ozen-ui/kit
Version:
React component library
8 lines (7 loc) • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HEADER_BUTTON_DEFAULT_COLOR = exports.HEADER_BUTTON_DEFAULT_VARIANT = exports.HEADER_BUTTON_DEFAULT_TAG = void 0;
var ButtonNext_1 = require("../../../ButtonNext");
exports.HEADER_BUTTON_DEFAULT_TAG = ButtonNext_1.BUTTON_DEFAULT_TAG;
exports.HEADER_BUTTON_DEFAULT_VARIANT = 'ghost';
exports.HEADER_BUTTON_DEFAULT_COLOR = 'secondary';