UNPKG

@daks.dev/svelte.sdk

Version:
8 lines (7 loc) 215 B
type $$ComponentProps = { scope: string[]; paging: boolean; }; declare const Swiping: import("svelte").Component<$$ComponentProps, {}, "">; type Swiping = ReturnType<typeof Swiping>; export default Swiping;