1 parent dc8cc2c commit 3256c11Copy full SHA for 3256c11
1 file changed
ts-classnames/index.d.ts
@@ -1,5 +1,5 @@
1
type ClassNameRecord<K extends string> = {
2
- [P in K]?: boolean;
+ [P in K]?: boolean | null | undefined;
3
};
4
5
type Variants<T extends string> =
0 commit comments