UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

8 lines (7 loc) 372 B
import { default as Scrollbar } from './scrollbar.vue'; import { ComponentPublicInstance } from 'vue'; export { Scrollbar }; export { scrollbarProps } from './props'; export type ScrollbarExposed = ComponentPublicInstance & InstanceType<typeof Scrollbar>; export type { ScrollbarProps, ScrollbarCProps } from './props'; export type { ScrollbarPlacement } from './symbol';