@ozen-ui/kit
Version:
React component library
8 lines (7 loc) • 370 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.BUTTON_DEFAULT_TAG = exports.BUTTON_DEFAULT_COLOR = exports.BUTTON_DEFAULT_VARIANT = exports.BUTTON_DEFAULT_SIZE = void 0;
exports.BUTTON_DEFAULT_SIZE = 'm';
exports.BUTTON_DEFAULT_VARIANT = 'contained';
exports.BUTTON_DEFAULT_COLOR = 'primary';
exports.BUTTON_DEFAULT_TAG = 'button';
;