UNPKG

@egjs/svelte-conveyer

Version:

Svelte Conveyer adds Drag gestures to your Native Scroll.

6 lines (5 loc) 338 B
import type { SvelteConveyerResult } from "./types"; import { ConveyerOptions } from "@egjs/conveyer"; declare function useConveyer(props?: ConveyerOptions): SvelteConveyerResult; declare function useInlineConveyer(props?: ConveyerOptions): import("@cfcs/svelte").Ref<HTMLElement>; export { useInlineConveyer as conveyer, useConveyer, };