UNPKG

@100mslive/roomkit-react

Version:

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

17 lines (16 loc) 568 B
import React from 'react'; export declare const VBOption: { Root: ({ onClick, mediaURL, isActive, children, testid, }: { onClick?: (() => Promise<void>) | undefined; mediaURL?: string | undefined; isActive: boolean; children?: React.JSX.Element[] | undefined; testid: string; }) => React.JSX.Element; Title: ({ children }: { children?: string | undefined; }) => React.JSX.Element | null; Icon: ({ children }: { children?: React.JSX.Element | undefined; }) => React.JSX.Element | null; };