routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export declare function useSsrBoot(): {
|
||||
ssrBootStyles: Readonly<import("vue").Ref<{
|
||||
transition: string;
|
||||
} | undefined, {
|
||||
transition: string;
|
||||
} | undefined>>;
|
||||
isBooted: Readonly<import("vue").Ref<boolean, boolean>>;
|
||||
};
|
||||
Reference in New Issue
Block a user