interface ClientHandlerRendererProps {
    Component: any;
    fillSize?: boolean;
    onClose?: (() => any);
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Component: any
fillSize?: boolean
onClose?: (() => any)
MMNEPVFCICPMFPCPTTAAATR