Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea authored Sep 4, 2024
1 parent 67c8765 commit 04cfdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/core/directives/appearance/appearance.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Appearance =
| 'success'
| 'warning'
| 'info'
| ({} & string);
| (Record<never, never> & string);

export interface TuiAppearanceOptions {
readonly appearance: Appearance;
Expand Down

0 comments on commit 04cfdff

Please sign in to comment.