MediaSFU ReactJS
    Preparing search index...

    Type Alias CustomComponentOverride<Props>

    type CustomComponentOverride<Props> = {
        component?: ComponentType<Props>;
        render?: (props: Props) => ReactNode;
    }

    Type Parameters

    • Props
    Index

    Properties

    Properties

    component?: ComponentType<Props>
    render?: (props: Props) => ReactNode