UNPKG
expo-shazamkit
Version:
latest (1.0.0)
1.0.0
0.1.2
0.1.1
0.1.0
0.0.0
ShazamKit for React Native
github.com/alanjhughes/expo-shazamkit
alanjhughes/expo-shazamkit
expo-shazamkit
/
plugin
/
build
/
withShazamKit.d.ts
6 lines
(5 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ConfigPlugin
}
from
"@expo/config-plugins"
;
declare
const
_default
:
ConfigPlugin
<{
microphonePermission
?:
string
|
undefined
; }>;
export
default
_default;