Skip to content

Commit 4171b3c

Browse files
committed
feat: added pseudo prop _important
1 parent 7fab8c1 commit 4171b3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/types/PlatformProps.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ export interface PlatformProps<T> {
2020
* Props only for dark mode
2121
*/
2222
_dark?: Partial<T>;
23+
/**
24+
* Props with highest specificity
25+
*/
26+
_important?: Partial<T>;
2327
}

0 commit comments

Comments
 (0)