9 lines
250 B
TypeScript
9 lines
250 B
TypeScript
export declare function useSsrBoot(): {
|
|
ssrBootStyles: Readonly<import("vue").Ref<{
|
|
transition: string;
|
|
} | undefined, {
|
|
transition: string;
|
|
} | undefined>>;
|
|
isBooted: Readonly<import("vue").Ref<boolean, boolean>>;
|
|
};
|