Interface MainGridComponentOptions

interface MainGridComponentOptions {
    children: ReactNode;
    backgroundColor: string;
    mainSize: number;
    height: number;
    width: number;
    showAspect?: boolean;
    timeBackgroundColor?: string;
    showTimer?: boolean;
    meetingProgressTime: string;
}

Properties

children: ReactNode
backgroundColor: string
mainSize: number
height: number
width: number
showAspect?: boolean
timeBackgroundColor?: string
showTimer?: boolean
meetingProgressTime: string