Skip to content

Commit 3256c11

Browse files
committed
Type fix
1 parent dc8cc2c commit 3256c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts-classnames/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type ClassNameRecord<K extends string> = {
2-
[P in K]?: boolean;
2+
[P in K]?: boolean | null | undefined;
33
};
44

55
type Variants<T extends string> =

0 commit comments

Comments
 (0)