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 7a8eb26 commit 7dd345fCopy full SHA for 7dd345f
src/web/index.ts
@@ -1,4 +1,4 @@
1
-import { SVGAttributes } from 'react'
+import { SVGAttributes, ReactElement } from 'react'
2
3
import ContentLoader from './ContentLoader'
4
@@ -14,7 +14,7 @@ export interface IContentLoaderProps extends SVGAttributes<SVGElement> {
14
speed?: number
15
title?: string
16
uniqueKey?: string
17
- beforeMask?: JSX.Element
+ beforeMask?: ReactElement
18
}
19
20
export { default as Facebook } from './presets/FacebookStyle'
0 commit comments