vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 405 B
TypeScript
import { default as Scroll } from './scroll.vue';
import { ComponentPublicInstance } from 'vue';
export { Scroll };
export { scrollProps } from './props';
export type ScrollExposed = ComponentPublicInstance & InstanceType<typeof Scroll>;
export type { ScrollProps, ScrollCProps } from './props';
export type { ScrollMode, ScrollPayload, BarScrollPayload, ScrollState, ScrollSlotParams, } from './symbol';