@zohodesk/components
Version:
Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development
27 lines (26 loc) • 554 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var defaultProps = {
isDisabled: false,
isReadOnly: false,
needBorder: true,
size: 'medium',
type: 'text',
variant: 'default',
dataId: 'textBox',
needReadOnlyStyle: true,
needAppearance: true,
isClickable: false,
needEffect: true,
autoComplete: true,
borderColor: 'default',
a11y: {},
isFocus: false,
isScrollPrevent: false,
customProps: {},
dataSelectorId: 'textBox'
};
exports.defaultProps = defaultProps;