From adbc20a7f1ce3462d19a4b92a958b6e7b3000b85 Mon Sep 17 00:00:00 2001 From: lukasIO Date: Tue, 21 Nov 2023 11:26:02 +0200 Subject: [PATCH] Update api docs --- packages/react/etc/components-react.api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/react/etc/components-react.api.md b/packages/react/etc/components-react.api.md index ac5804cc4..7959e8274 100644 --- a/packages/react/etc/components-react.api.md +++ b/packages/react/etc/components-react.api.md @@ -771,7 +771,6 @@ export function useMediaDeviceSelect({ kind, room, track, requestPermissions, on export interface UseMediaDeviceSelectProps { // (undocumented) kind: MediaDeviceKind; - // (undocumented) onError?: (e: Error) => void; requestPermissions?: boolean; // (undocumented) @@ -1131,7 +1130,7 @@ export type WidgetState = { // src/context/layout-context.ts:10:3 - (ae-forgotten-export) The symbol "PinContextType" needs to be exported by the entry point index.d.ts // src/context/layout-context.ts:11:3 - (ae-forgotten-export) The symbol "ChatContextType" needs to be exported by the entry point index.d.ts // src/hooks/useGridLayout.ts:24:6 - (ae-forgotten-export) The symbol "GridLayoutDefinition" needs to be exported by the entry point index.d.ts -// src/hooks/useMediaDeviceSelect.ts:42:29 - (ae-forgotten-export) The symbol "SetMediaDeviceOptions" needs to be exported by the entry point index.d.ts +// src/hooks/useMediaDeviceSelect.ts:47:29 - (ae-forgotten-export) The symbol "SetMediaDeviceOptions" needs to be exported by the entry point index.d.ts // (No @packageDocumentation comment for this package)