UNPKG

@wellwind/thanos-snap

Version:

Use [Thanos](https://www.google.com/search?q=Thanos) snap to destory your DOM elements.

5 lines (4 loc) 171 B
export declare const thanosRewind: (target: HTMLElement) => Promise<{}>; export declare const thanosSnap: (target: HTMLElement) => Promise<{ rewind: () => {}; }>;