@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
23 lines (22 loc) • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var defaultProps = {
border: 'borderTop',
type: 'large',
changeEditorContent: false,
fontFamily: 'Lato',
fontSize: '16',
shouldUpdateContent: true,
i18nKeys: {},
needInlineAttachment: false,
isNightMode: false,
isReadOnly: false,
dataSelectorId: 'textEditor',
customCSS: '',
isDisabled: false,
inlineImageProps: {}
};
exports.defaultProps = defaultProps;