UNPKG

svelte-swipeout

Version:

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

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