@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
10 lines (9 loc) • 335 B
TypeScript
export interface LiveStreamSettingsMenuProps {
className?: string;
blurEnabled?: boolean;
handleBlur?: (event: any) => void;
actionBlurDisabled?: boolean;
onlyContentMenu?: boolean;
hideRecordAction?: boolean;
}
export default function LiveStreamSettingsMenu(inProps: LiveStreamSettingsMenuProps): JSX.Element;