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.
13 lines
506 B
13 lines
506 B
import '../../utils/index.mjs';
|
|
import Scrollbar from './src/scrollbar2.mjs';
|
|
export { BAR_MAP, GAP, renderThumbStyle } from './src/util.mjs';
|
|
export { scrollbarEmits, scrollbarProps } from './src/scrollbar.mjs';
|
|
export { thumbProps } from './src/thumb.mjs';
|
|
export { scrollbarContextKey } from './src/constants.mjs';
|
|
import { withInstall } from '../../utils/vue/install.mjs';
|
|
|
|
const ElScrollbar = withInstall(Scrollbar);
|
|
|
|
export { ElScrollbar, ElScrollbar as default };
|
|
//# sourceMappingURL=index.mjs.map
|