full site update
This commit is contained in:
3
node_modules/astro/dist/transitions/swap-functions.d.ts
generated
vendored
3
node_modules/astro/dist/transitions/swap-functions.d.ts
generated
vendored
@@ -3,8 +3,9 @@ export type SavedFocus = {
|
||||
start?: number | null;
|
||||
end?: number | null;
|
||||
};
|
||||
export declare function detectScriptExecuted(script: HTMLScriptElement): boolean;
|
||||
export declare function deselectScripts(doc: Document): void;
|
||||
export declare function swapRootAttributes(doc: Document): void;
|
||||
export declare function swapRootAttributes(newDoc: Document): void;
|
||||
export declare function swapHeadElements(doc: Document): void;
|
||||
export declare function swapBodyElement(newElement: Element, oldElement: Element): void;
|
||||
export declare const saveFocus: () => (() => void);
|
||||
|
Reference in New Issue
Block a user