Skip to content

Commit 172b796

Browse files
committed
Better type for a css file with no rules
1 parent 4fc90cd commit 172b796

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
@@ -109,7 +109,7 @@ export class CMTD {
109109
} else {
110110
fileContent = fileContent.concat([
111111
'export type Keys = never;',
112-
'export type css = { };',
112+
'export type css = never;',
113113
]);
114114
}
115115

0 commit comments

Comments
 (0)