UNPKG

@100mslive/react-native-room-kit

Version:

100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.

12 lines 431 B
import * as React from 'react'; export interface UnmountAfterDelayProps { visible: boolean; onUnmount(): void; children: React.ReactElement; delay?: number; } export type UnmountAfterDelayAttrs = { resetTimer(): void; }; export declare const UnmountAfterDelay: React.ForwardRefExoticComponent<UnmountAfterDelayProps & React.RefAttributes<UnmountAfterDelayAttrs>>; //# sourceMappingURL=UnmountAfterDelay.d.ts.map