Skip to content

Commit

Permalink
🚨 Add an explicite type to colorwind
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed May 30, 2024
1 parent 6165615 commit 0152b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ function useColors(api: PluginAPI, options: ColorsConfig): Colors {
return new Colors(api, options).create();
}

const colorwind = plugColors();
const colorwind: PluginWithOptions<PluginConfig> = plugColors();

export default colorwind;

0 comments on commit 0152b49

Please sign in to comment.