UNPKG

@zohodesk/components

Version:

In this Package, we Provide Some Basic Components to Build Web App

18 lines 378 B
export const defaultProps = { isDisabled: false, isReadOnly: false, dataId: 'TextareaComp', needBorder: true, resize: 'none', size: 'small', variant: 'default', needAppearance: true, needReadOnlyStyle: true, borderColor: 'default', needEffect: true, autoFocus: false, customClass: '', a11y: {}, dataSelectorId: 'textarea', customAttributes: {} };