Interface CustomMediaComponent

interface CustomMediaComponent {
    component: ComponentType<any>;
    inputs: any;
}

Properties

Properties

component: ComponentType<any>
inputs: any