@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.
10 lines • 405 B
TypeScript
import * as React from 'react';
import type { HMSException } from '@100mslive/react-native-hms';
export interface HMSTerminalErrorNotificationProps {
id: string;
exception: HMSException;
autoDismiss?: boolean;
dismissDelay?: number;
}
export declare const HMSTerminalErrorNotification: React.FC<HMSTerminalErrorNotificationProps>;
//# sourceMappingURL=HMSTerminalErrorNotification.d.ts.map