UNPKG
@giphy/react-native-sdk
Version:
beta (3.0.0-beta.0)
latest (5.0.1)
5.0.1
5.0.0
4.1.0
4.0.2
4.0.1
4.0.0
3.3.1
3.3.0
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.0.1
3.0.0
3.0.0-beta.0
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.11.1
1.11.0
1.10.0
1.10.0-beta.0
1.9.1
1.9.0
1.8.0
1.8.0-rc.1
1.8.0-rc.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
Giphy React Native SDK
github.com/Giphy/giphy-react-native-sdk
Giphy/giphy-react-native-sdk
@giphy/react-native-sdk
/
lib
/
typescript
/
dto
/
giphyRating.d.ts
10 lines
•
301 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
GiphyRating
: {
readonly
G
:
"g"
;
readonly
PG
:
"pg"
;
readonly
PG13
:
"pg-13"
;
readonly
R
:
"r"
;
readonly
Unrated
:
"unrated"
;
readonly
Y
:
"y"
; };
export
type
GiphyRating
= (
typeof
GiphyRating
)[keyof
typeof
GiphyRating
];
//# sourceMappingURL=giphyRating.d.ts.map