UNPKG

svelte-swipeout

Version:

iOS-style swipeable list component for Svelte 5 with delete animations and mobile-optimized touch handling

6 lines (5 loc) 204 B
declare const SwipeoutContent: import("svelte").Component<{ children: any; } & Record<string, any>, {}, "">; type SwipeoutContent = ReturnType<typeof SwipeoutContent>; export default SwipeoutContent;