INIT
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { Getter } from "svelte-toolbelt";
|
||||
export declare class SvelteResizeObserver {
|
||||
#private;
|
||||
constructor(node: Getter<HTMLElement | null>, onResize: () => void);
|
||||
handler(): (() => void) | undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user