@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
16 lines (15 loc) • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var defaultProps = {
size: 'medium',
customClass: '',
a11y: {},
childAnimationName: 'flyDown',
needFocusScope: false,
customProps: {},
isMinHeight: false
};
exports.defaultProps = defaultProps;