@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
16 lines • 354 B
JavaScript
export const 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: {}
};