Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
This commit is contained in:
13
node_modules/astro/dist/runtime/client/dev-toolbar/ui-library/radio-checkbox.d.ts
generated
vendored
Normal file
13
node_modules/astro/dist/runtime/client/dev-toolbar/ui-library/radio-checkbox.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export declare class DevToolbarRadioCheckbox extends HTMLElement {
|
||||
private _radioStyle;
|
||||
input: HTMLInputElement;
|
||||
shadowRoot: ShadowRoot;
|
||||
get radioStyle(): "red" | "purple" | "gray" | "green" | "yellow" | "blue";
|
||||
set radioStyle(value: "red" | "purple" | "gray" | "green" | "yellow" | "blue");
|
||||
static observedAttributes: string[];
|
||||
constructor();
|
||||
connectedCallback(): void;
|
||||
updateStyle(): void;
|
||||
updateInputState(): void;
|
||||
attributeChangedCallback(): void;
|
||||
}
|
Reference in New Issue
Block a user