@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
31 lines (30 loc) • 637 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var defaultProps = {
ribbonText: "New",
videoLookupCloseText: "Esc",
closeIconTooltip: "Close",
isAutoPlayAnimation: true,
customId: "onboarding",
testId: 'onboarding',
sliderData: [],
hasExpandedButton: false,
customProps: {},
hasBouncAnimationOnMount: true,
hasCloseIcon: true,
hasRibbon: true,
tagAttributes: {},
a11yAttributes: {},
isDraggable: true,
position: "static",
dragBoundaryLimit: {
top: 0,
left: 0,
right: 0,
bottom: 0
}
};
exports.defaultProps = defaultProps;