Skip to content

Commit

Permalink
readme wasn't updated to use DeclaredStyle
Browse files Browse the repository at this point in the history
missed in 5a09faa
  • Loading branch information
chearon committed Oct 29, 2024
1 parent 3120a80 commit 24e2c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class TextNode {
}

interface HsData {
style?: DeclaredPlainStyle;
style?: DeclaredStyle;
attrs?: {[k: string]: string};
}

Expand Down

0 comments on commit 24e2c8c

Please sign in to comment.