From 0ea2dc08e94f682ce92ae2ef5b1a4c5fd0d5657b Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Wed, 12 Jun 2024 14:45:57 -0400 Subject: [PATCH] Export plugin options type (#292) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 05a9d1d..c4608ac 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1171,7 +1171,7 @@ export const parsers: Record = { : {}), } -interface PluginOptions { +export interface PluginOptions { /** * Path to the Tailwind config file. */