UNPKG

@zohodesk/components

Version:

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

19 lines (18 loc) 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { children: null, autoFocus: false, dataId: 'semanticButton', disabled: false, palette: 'primary', text: 'Button', type: 'button', value: 'text', customClass: '', a11y: {} }; exports.defaultProps = defaultProps;