vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
6 lines (5 loc) • 335 B
TypeScript
export { default as NativeScroll } from './native-scroll';
export { nativeScrollProps } from './props';
export { animateScrollTo } from './helper';
export type { NativeScrollProps, NativeScrollCProps } from './props';
export type { NativeScrollMode, NativeScrollPayload, NativeScrollSlotParams, NativeScrollExposed, } from './symbol';