UNPKG

svelte-swipeout

Version:

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

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