@100mslive/roomkit-react
Version:

17 lines (16 loc) • 568 B
TypeScript
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;
};