UNPKG

@egjs/svelte-conveyer

Version:

Svelte Conveyer adds Drag gestures to your Native Scroll.

6 lines (5 loc) 271 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>; }