Skip to content

Commit

Permalink
Export plugin options type (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jun 12, 2024
1 parent 9b9bfe4 commit 0ea2dc0
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 @@ -1171,7 +1171,7 @@ export const parsers: Record<string, Parser> = {
: {}),
}

interface PluginOptions {
export interface PluginOptions {
/**
* Path to the Tailwind config file.
*/
Expand Down

0 comments on commit 0ea2dc0

Please sign in to comment.