UNPKG

svelte-magic-scroller

Version:

[![NPM Version](https://img.shields.io/npm/v/svelte-magic-scroller?style=flat)](https://www.npmjs.com/package/svelte-magic-scroller) [![NPM Downloads](https://img.shields.io/npm/dm/svelte-magic-scroller)](https://www.npmjs.com/package/svelte-magic-scrolle

34 lines (33 loc) 922 B
export default MagicScrollbarTrack; type MagicScrollbarTrack = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial<$$ComponentProps>): void; }; declare const MagicScrollbarTrack: import("svelte").Component<{ component: any; height?: number; maxThumbTravel?: number; minThumbTravel?: number; thumbHeight?: number; thumbPosition?: number; trackHeight?: number; width?: number; children: any; goto: any; offset: any; size: any; }, {}, "width" | "height" | "maxThumbTravel" | "minThumbTravel" | "thumbHeight" | "thumbPosition" | "trackHeight">; type $$ComponentProps = { component: any; height?: number; maxThumbTravel?: number; minThumbTravel?: number; thumbHeight?: number; thumbPosition?: number; trackHeight?: number; width?: number; children: any; goto: any; offset: any; size: any; };