react-glitch-text
Advanced tools
Comparing version
/// <reference types="react" /> | ||
import { GlitchProps } from '../@types'; | ||
declare const Glitch: (props: GlitchProps) => JSX.Element; | ||
declare const Glitch: (props: { | ||
children: string; | ||
color?: string; | ||
fontSize?: string; | ||
}) => JSX.Element; | ||
export default Glitch; |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.1.81", | ||
"version": "0.1.91", | ||
"private": false, | ||
@@ -25,12 +25,12 @@ "license": "ISC", | ||
"devDependencies": { | ||
"@types/node": "^16.10.3", | ||
"@types/react": "^17.0.27", | ||
"@types/react-dom": "^17.0.9", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"typescript": "^4.4.3" | ||
"@types/node": "^20.4.2", | ||
"@types/react": "^18.2.15", | ||
"@types/react-dom": "^18.2.7", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"typescript": "^5.1.6" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "eslintConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6985
-91.6%9
-30.77%122
-8.96%