tav-ui
Version:
42 lines (37 loc) • 793 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var componentSetting = require('../../../settings/src/componentSetting2.js');
const scrollbarProps = {
native: {
type: Boolean,
default: componentSetting["default"].scrollbar?.native ?? false
},
wrapStyle: {
type: [String, Array],
default: ""
},
wrapClass: {
type: [String, Array],
default: ""
},
containerClass: {
type: [String, Array],
default: ""
},
viewClass: {
type: [String, Array],
default: ""
},
viewStyle: {
type: [String, Array],
default: ""
},
noresize: Boolean,
tag: {
type: String,
default: "div"
},
backTopVisibilityHeight: Number
};
exports.scrollbarProps = scrollbarProps;
//# sourceMappingURL=types2.js.map