Skip to content

Commit

Permalink
Merge pull request #4915 from GeekyAnts/release/3.4.0
Browse files Browse the repository at this point in the history
feat: added pseudo prop _important
  • Loading branch information
surajahmed authored Apr 11, 2022
2 parents d70b718 + 4171b3c commit 664c7fd
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 664c7fd

Please sign in to comment.