Skip to content

Commit

Permalink
fix: fix stylis type in dash (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde authored Oct 28, 2022
1 parent ad7f023 commit 94d3d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create-dash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export type Dash = {
/**
* The instance of Stylis used by this Dash instance
*/
readonly stylis: typeof Stylis;
readonly stylis: Stylis;
/**
* A cache of Stylis rules saved by their keys. This is only used
* on the server for generating CSS files and strings from the keys
Expand Down

0 comments on commit 94d3d85

Please sign in to comment.