We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acb4c5 commit d85bce3Copy full SHA for d85bce3
packages/tailwindcss-patch/src/class.ts
@@ -1,10 +1,10 @@
1
import { getClassCacheSet, getContexts, getTailwindcssEntry } from './exposeContext'
2
-import type { InternalCacheOptions, PatchOptions } from './type'
+import type { CacheOptions, PatchOptions, InternalCacheOptions } from './type'
3
import { writeCache, readCache } from './cache'
4
import { createPatch } from './patcher'
5
6
export interface TailwindcssPatcherOptions {
7
- cache?: InternalCacheOptions
+ cache?: CacheOptions
8
patch?: PatchOptions
9
}
10
0 commit comments