@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
15 lines (14 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var defaultProps = {
palette: 'mandatory',
size: 'xsmall',
type: 'primary',
a11y: {},
dataSelectorId: 'validationMessage',
alignChildren: 'start'
};
exports.defaultProps = defaultProps;