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
/
Stop.d.ts
12 lines
•
295 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Component
}
from
'react'
;
type
StopProps
= {
parent
?:
Component
; };
export
default
class
Stop
extends
Component
<
StopProps
, {}> {
props
:
StopProps
;
static
displayName
:
string
;
setNativeProps
:
() =>
void
;
render
():
null
; }
export
{};
//# sourceMappingURL=Stop.d.ts.map