UNPKG

@100mslive/roomkit-react

Version:

![Banner](https://github.com/100mslive/web-sdks/blob/06c65259912db6ccd8617f2ecb6fef51429251ec/prebuilt-banner.png)

7 lines (6 loc) 286 B
import React from 'react'; import { HMSException } from '@100mslive/react-sdk'; export declare function PermissionErrorNotificationModal(): React.JSX.Element; export declare const PermissionErrorModal: ({ error }: { error?: HMSException | undefined; }) => React.JSX.Element | null;