UNPKG

agora-meeting-sdk

Version:

For publishing npm package agora-metting-sdk (Web). Get more information from https://docs.agora.io

7 lines (6 loc) 271 B
import { FC } from 'react'; import { BaseProps } from '../../../../../../../agora-meeting-ui/src/components/interface/base-props'; import './index.css'; export interface PopoverScreenProps extends BaseProps { } export declare const PopoverScreen: FC<PopoverScreenProps>;