various-ui
Version:
This is a test version of the Vue 3 component library
15 lines (12 loc) • 353 B
JavaScript
;
const UiSimplebarPropsOption = {
height: { type: [Number, String] },
spacing: { type: Number, default: 2 },
trigger: { type: String }
};
const UiSimplebarEmits = {
scroll: (_ev) => true
};
exports.UiSimplebarEmits = UiSimplebarEmits;
exports.UiSimplebarPropsOption = UiSimplebarPropsOption;
//# sourceMappingURL=component.js.map