fix: generate types

pull/18058/head
paoloricciuti 4 months ago
parent c459824a88
commit cf874c0ab9

@ -2643,10 +2643,6 @@ declare module 'svelte/renderer' {
* - Return the parent of the element, or null if it has no parent
*/
getParent: (element: TNode) => TNode;
/**
* - Return a clone of the node. If deep is true, all of the node's children should also be cloned
*/
cloneNode: (node: TNode, deep: boolean) => TNode;
/**
* - Add an event listener of the given type and handler to the target node, with optional options
*/

Loading…
Cancel
Save