UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 318 B
import type { SFCWithInstall } from '../_util/interface'; import Scrollbar from './scrollbar.vue'; type ScrollbarType = SFCWithInstall<typeof Scrollbar>; export { scrollbarProps } from './const'; export type { ScrollbarProps } from './const'; export declare const FScrollbar: ScrollbarType; export default FScrollbar;