UNPKG

@100mslive/roomkit-react

Version:

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

12 lines (11 loc) 345 B
import React from 'react'; import { CSS } from '../../../Theme'; export declare const LeaveCard: ({ icon, title, subtitle, onClick, bg, titleColor, css, }: { icon: React.JSX.Element; title: string; subtitle: string; onClick: () => void; titleColor: string; bg: string; css?: CSS | undefined; }) => React.JSX.Element;