Skip to content

Commit b551b52

Browse files
committed
fix: type 🍉
1 parent 9ed2a50 commit b551b52

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/interface.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
import { transform, type TransformOptions } from 'lightningcss'
1+
import {
2+
transform,
3+
type TransformOptions as InternalTransformOptions,
4+
type CustomAtRules,
5+
} from 'lightningcss'
26

37
type Filter = string | RegExp
48
type Implementation = typeof import('lightningcss')
9+
type TransformOptions = InternalTransformOptions<CustomAtRules>
510

611
// minify plugin
712
type AllowTransformOpts = Omit<

0 commit comments

Comments
 (0)