UNPKG
@cantoo/rn-svg
Version:
latest (13.1.2)
13.1.2
13.1.1
13.1.0
13.0.5
13.0.4
13.0.3
13.0.2
13.0.1
13.0.0
12.3.20
12.3.19
12.3.18
12.3.17
12.3.16
12.3.15
12.3.14
12.3.13
12.3.12
12.3.11
12.3.10
12.3.9
12.3.8
12.3.7
12.3.6
12.3.5
12.3.4
12.3.3
12.3.2
12.3.1
12.3.0
12.2.0
1.0.6
1.0.5
1.0.4
1.0.3
SVG library for react-native
github.com/cantoo-scribe/rn-svg
cantoo-scribe/rn-svg
@cantoo/rn-svg
/
lib
/
typescript
/
elements
/
Path.d.ts
9 lines
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
import
Shape
from
'./Shape'
;
export
default
class
Path
extends
Shape
<{
d
?:
string
; }> {
static
displayName
:
string
;
render
():
React
.
JSX
.
Element
; }
//# sourceMappingURL=Path.d.ts.map