We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d70b718 + 4171b3c commit 664c7fdCopy full SHA for 664c7fd
src/components/types/PlatformProps.ts
@@ -20,4 +20,8 @@ export interface PlatformProps<T> {
20
* Props only for dark mode
21
*/
22
_dark?: Partial<T>;
23
+ /**
24
+ * Props with highest specificity
25
+ */
26
+ _important?: Partial<T>;
27
}
0 commit comments