UNPKG

svelte-swipeout

Version:

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

7 lines (6 loc) 234 B
export declare function closeAll(): void; declare const SwipeoutItem: import("svelte").Component<{ children: any; } & Record<string, any>, {}, "">; type SwipeoutItem = ReturnType<typeof SwipeoutItem>; export default SwipeoutItem;