We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7698329 commit 9d8a76bCopy full SHA for 9d8a76b
src/components/Emoji.tsx
@@ -1,10 +1,10 @@
1
import React from "react"
2
import { Box, HTMLChakraProps } from "@chakra-ui/react"
3
-import { Twemoji, Props } from "react-emoji-render"
+import { Twemoji, BaseProps } from "react-emoji-render"
4
5
import { IS_DEV } from "../utils/env"
6
7
-export interface IProps extends HTMLChakraProps<"span">, Props {}
+export interface IProps extends HTMLChakraProps<"span">, BaseProps {}
8
9
const Emoji = (props: IProps) => {
10
return (
0 commit comments