Skip to content

Commit

Permalink
krisp
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Dec 18, 2024
1 parent e9fe4c0 commit 3987aef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
* DEFAULT VALUE: ""
*/
"extends": "../../api-extractor-shared.json",
"mainEntryPointFilePath": "./dist/index.d.ts"
"mainEntryPointFilePath": "./dist/index.docs.d.ts"
}
13 changes: 13 additions & 0 deletions packages/react/src/index.docs.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* API Docs index. This is used by api-extractor given our package.json exports.
* Monitoring: https://github.com/microsoft/rushstack/issues/3557
*/

// Regular exports
export * from './index';

// Cloud/Krisp exports
export {
useKrispNoiseFilter,
type useKrispNoiseFilterOptions,
} from './hooks/cloud/krisp/useKrispNoiseFilter';

0 comments on commit 3987aef

Please sign in to comment.