@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
20 lines (17 loc) • 441 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var _constants = require("@zohodesk/dotkit/es/utils/constants");
var defaultProps = {
isLink: false,
fontWeight: 'regular',
className: '',
isDotted: true,
customProps: _constants.DUMMY_OBJECT,
whiteSpace: 'pre',
isHighlighted: false,
highlightData: _constants.DUMMY_OBJECT
};
exports.defaultProps = defaultProps;