UNPKG
expo-wakeword
Version:
latest (1.1.11)
1.1.11
1.1.10
1.1.9
1.1.8
Voice/Wake-word detection library for Expo (React Native)
expo-wakeword
/
expo
/
plugin
/
build
/
index.d.ts
4 lines
(3 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
export
const
__esModule
:
boolean
;
export
default
withWakeword;
declare
function
withWakeword
(
config
:
any
,
_props
:
any
):
import
(
"@expo/config-types"
).
ExpoConfig
;