UNPKG

various-ui

Version:

This is a test version of the Vue 3 component library

12 lines (10 loc) 290 B
const UiSimplebarPropsOption = { height: { type: [Number, String] }, spacing: { type: Number, default: 2 }, trigger: { type: String } }; const UiSimplebarEmits = { scroll: (_ev) => true }; export { UiSimplebarEmits, UiSimplebarPropsOption }; //# sourceMappingURL=component.mjs.map