We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc001ec commit f7c925bCopy full SHA for f7c925b
1 file changed
packages/react-native-audio-api/src/api.web.ts
@@ -20,14 +20,14 @@ export { default as WaveShaperNode } from './web-core/WaveShaperNode';
20
21
export * from './web-core/custom';
22
23
-export {
+export type {
24
OscillatorType,
25
ChannelCountMode,
26
ChannelInterpretation,
27
ContextState,
28
} from './types';
29
30
31
IOSCategory,
32
IOSMode,
33
IOSOption,
0 commit comments