UNPKG

@egjs/svelte-conveyer

Version:

Svelte Conveyer adds Drag gestures to your Native Scroll.

7 lines (5 loc) 270 B
import type { REACTIVE_CONVEYER } from "@egjs/conveyer"; import { Ref, SvelteReactiveAdapterResult } from "@cfcs/svelte"; export interface SvelteConveyerResult extends Ref<HTMLElement>, SvelteReactiveAdapterResult<typeof REACTIVE_CONVEYER> { ref: Ref<HTMLElement>; }