This commit is contained in:
Daniel Ledda
2024-11-01 21:29:13 +01:00
parent 64640300dd
commit 20479958bd
17 changed files with 224 additions and 96 deletions

View File

@@ -5,6 +5,7 @@ export type DJSSRContext = {
title: MaybeRefOrGetter<string>;
};
registry: Record<string, unknown>;
styles: Record<string, string>;
};
export default function useDJSSRContext() {