UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

14 lines (13 loc) 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { palette: 'mandatory', size: 'xsmall', type: 'primary', a11y: {}, dataSelectorId: 'validationMessage' }; exports.defaultProps = defaultProps;