You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
474 B

1 month ago
  1. import Scrollbar from './src/scrollbar2.mjs';
  2. export { BAR_MAP, GAP, renderThumbStyle } from './src/util.mjs';
  3. export { scrollbarEmits, scrollbarProps } from './src/scrollbar.mjs';
  4. export { thumbProps } from './src/thumb.mjs';
  5. export { scrollbarContextKey } from './src/constants.mjs';
  6. import { withInstall } from '../../utils/vue/install.mjs';
  7. const ElScrollbar = withInstall(Scrollbar);
  8. export { ElScrollbar, ElScrollbar as default };
  9. //# sourceMappingURL=index.mjs.map