UNPKG

cus-scrollbar

Version:

适用于vue3的组件CusScrollbar

5 lines (4 loc) 185 B
import { Component, Plugin } from 'vue'; type SFCWithInstall<T> = T & Plugin; export declare const registerInstall: <T extends Component>(component: T) => SFCWithInstall<T>; export {};