@daily-co/daily-react-hooks
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -14,2 +14,2 @@ import { DailyParticipant } from '@daily-co/daily-js'; | ||
export declare const participantState: (param: string) => import("recoil").RecoilValueReadOnly<ExtendedDailyParticipant | null>; | ||
export declare const DailyParticipants: React.FC; | ||
export declare const DailyParticipants: React.FC<React.PropsWithChildren<{}>>; |
@@ -7,3 +7,3 @@ import { DailyCall, DailyCallOptions } from '@daily-co/daily-js'; | ||
}; | ||
export declare const DailyProvider: React.FC<Props>; | ||
export declare const DailyProvider: React.FC<React.PropsWithChildren<Props>>; | ||
export {}; |
import { DailyRoomInfo } from '@daily-co/daily-js'; | ||
import React from 'react'; | ||
export declare const roomState: import("recoil").RecoilState<DailyRoomInfo | null>; | ||
export declare const DailyRoom: React.FC; | ||
export declare const DailyRoom: React.FC<React.PropsWithChildren<{}>>; |
{ | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"license": "BSD-2-Clause", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
777996
7673