@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
20 lines (19 loc) • 441 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var defaultProps = {
ribbonText: "New",
videoLookupCloseText: "Esc",
isAutoPlayAnimation: true,
customId: "onboarding",
testId: 'onboarding',
sliderData: [],
hasExpandedButton: false,
customProps: {},
hasBouncAnimationOnMount: true,
hasCloseIcon: true,
hasRibbon: true
};
exports.defaultProps = defaultProps;