hongluan-ui
Version:
Hongluan Component Library for Vue 3
52 lines (47 loc) • 1.16 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../../../utils/index.js');
var content = require('./content2.js');
var runtime = require('../../../utils/vue/props/runtime.js');
const tourStepProps = runtime.buildProps({
target: {
type: runtime.definePropType([String, Object, Function])
},
title: String,
description: String,
showClose: {
type: Boolean,
default: void 0
},
showArrow: {
type: Boolean,
default: void 0
},
placement: content.tourContentProps.placement,
mask: {
type: runtime.definePropType([Boolean, Object]),
default: void 0
},
contentStyle: {
type: runtime.definePropType([Object])
},
prevButtonProps: {
type: runtime.definePropType(Object)
},
nextButtonProps: {
type: runtime.definePropType(Object)
},
scrollIntoViewOptions: {
type: runtime.definePropType([Boolean, Object]),
default: void 0
},
type: {
type: runtime.definePropType(String)
}
});
const tourStepEmits = {
close: () => true
};
exports.tourStepEmits = tourStepEmits;
exports.tourStepProps = tourStepProps;
//# sourceMappingURL=step.js.map