UNPKG
@polls-platform/react-native
Version:
latest (3.0.0)
3.0.0
2.6.0
2.5.1
2.5.0
2.4.2
1.0.1
0.1.1
React Native SDK for Polls Platform
docs.pollsplatform.com
@polls-platform/react-native
/
lib
/
typescript
/
utils
/
embeddedState.d.ts
4 lines
(3 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
import
{
EmbeddedState
}
from
'@polls-platform/core/built/internal'
;
declare
const
getEmbeddedState
:
() =>
EmbeddedState
;
export
{ getEmbeddedState };