Skip to content

Commit

Permalink
$mol_style_guard: fixed hints
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Dec 19, 2023
1 parent 9fa26ee commit ced8ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/guard/guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

Expand Down

0 comments on commit ced8ff4

Please sign in to comment.