Skip to content

Commit 6822bc8

Browse files
committed
Revert Back
2 parents 4774b4f + cf73ae4 commit 6822bc8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ You can customize almost every aspect of this component using the below props, o
5353
| children | ReactNode | null | Use this if you want to use some custom component inside the anchor tag. |
5454
| defaultTooltip | string | "Copy email address" | Text shown in the tooltip when the user hovers over the link. |
5555
| copiedTooltip | string | "Copied to clipboard!" | Text shown in the tooltip when the user clicks on the link and the text is copied to clipboard. |
56-
| containerStyles | style object | none | The styles to be applied to the container. |
57-
| tooltipStyles | style object | none | The styles to be applied to the tooltip. |
58-
| anchorStyles | style object | none | The styles to be applied to the anchor. |
59-
| tooltipPosition | string | "above" | The position of the tooltip. |
56+
| containerStyles | style object | none | The styles to be applied to the container |
57+
| tooltipStyles | style object | none | The styles to be applied to the tooltip |
58+
| anchorStyles | style object | none | The styles to be applied to the anchor |
6059

6160
## Development
6261

0 commit comments

Comments
 (0)