UNPKG
react-native-svg-animation-fix
Version:
latest (12.1.1)
12.1.1
SVG library for react-native
github.com/bardliu/react-native-svg
bardliu/react-native-svg
react-native-svg-animation-fix
/
lib
/
typescript
/
elements
/
ClipPath.d.ts
7 lines
(6 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
7
///
<reference types="react" />
import Shape
from
'./Shape'
; export
default
class
ClipPath
extends
Shape
<{}> {
static
displayName:
string
; render(): JSX.Element; }