Skip to content

Commit 0ea2dc0

Browse files
Export plugin options type (#292)
1 parent 9b9bfe4 commit 0ea2dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ export const parsers: Record<string, Parser> = {
11711171
: {}),
11721172
}
11731173

1174-
interface PluginOptions {
1174+
export interface PluginOptions {
11751175
/**
11761176
* Path to the Tailwind config file.
11771177
*/

0 commit comments

Comments
 (0)