Created
November 14, 2019 15:36
-
-
Save AvgustPol/1386394b017454abe21b3547854c0fcd to your computer and use it in GitHub Desktop.
[ React ] Anonymous style object in typescript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style={{ cursor: 'pointer', fontSize: '1rem' }}> | |
<p> You are awesome ! </p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is the same as: