diff --git a/style/guard/guard.ts b/style/guard/guard.ts index 784e8a938ea..e2baacbb152 100644 --- a/style/guard/guard.ts +++ b/style/guard/guard.ts @@ -20,6 +20,7 @@ namespace $ { export type $mol_style_guard< View extends $mol_view , Config > = & { [ key in Keys< View > ]?: unknown } + & $mol_style_properties & { [ key in keyof Config ]