UNPKG

@zohodesk/components

Version:

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

25 lines (24 loc) 517 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var 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: {} }; exports.defaultProps = defaultProps;