Skip to content

Commit cb9d3bb

Browse files
committed
add type definition
1 parent 9f3c7ec commit cb9d3bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function transform(css: string, options?: {
2+
parseMediaQueries?: boolean;
3+
}): { [selector: string]: unknown; };

0 commit comments

Comments
 (0)