Skip to content

Commit

Permalink
feat: added pseudo prop _important
Browse files Browse the repository at this point in the history
  • Loading branch information
surajahmed committed Apr 11, 2022
1 parent 7fab8c1 commit 4171b3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/types/PlatformProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ export interface PlatformProps<T> {
* Props only for dark mode
*/
_dark?: Partial<T>;
/**
* Props with highest specificity
*/
_important?: Partial<T>;
}

0 comments on commit 4171b3c

Please sign in to comment.