Skip to content

Commit f7c925b

Browse files
authored
fix: use type-only exports in api.web (#1003)
1 parent dc001ec commit f7c925b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native-audio-api/src/api.web.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ export { default as WaveShaperNode } from './web-core/WaveShaperNode';
2020

2121
export * from './web-core/custom';
2222

23-
export {
23+
export type {
2424
OscillatorType,
2525
ChannelCountMode,
2626
ChannelInterpretation,
2727
ContextState,
2828
} from './types';
2929

30-
export {
30+
export type {
3131
IOSCategory,
3232
IOSMode,
3333
IOSOption,

0 commit comments

Comments
 (0)