@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
15 lines (14 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var defaultProps = {
isOpened: false,
closeText: "esc",
isEmbeddedLink: false,
videoFormat: 'mp4',
customId: "videoLookup",
testId: 'videoLookup'
};
exports.defaultProps = defaultProps;