UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 186 B
import type { SFCWithInstall } from '../utils/types'; import Scrollbar from './src/index.vue'; declare const _Scrollbar: SFCWithInstall<typeof Scrollbar>; export default _Scrollbar;