UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

20 lines (19 loc) 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { isActive: false, size: 'small', wrapHeader: false, dataId: 'alertPopup', isDefaultFocus: true, customProps: {}, align: 'top', childAnimationName: 'flyDown', isHtmlContent: false, scroll: '', onEsc: 'cancel' }; exports.defaultProps = defaultProps;