Skip to content

Commit

Permalink
explicit type import
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Sep 27, 2024
1 parent 8962fea commit a663dd8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/react/src/hooks/cloud/krisp/useKrispNoiseFilter.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import * as React from 'react';
import { type TrackReferenceOrPlaceholder, useLocalParticipant } from '../../../index';
import { LocalAudioTrack } from 'livekit-client';
import {
type KrispNoiseFilterProcessor,
type NoiseFilterOptions,
} from '@livekit/krisp-noise-filter';
import type { KrispNoiseFilterProcessor, NoiseFilterOptions } from '@livekit/krisp-noise-filter';

export interface useKrispNoiseFilterOptions {
/**
Expand Down

0 comments on commit a663dd8

Please sign in to comment.