UNPKG

@zohodesk/components

Version:

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

17 lines 354 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' };