Type Alias CustomComponentType

CustomComponentType: React.FC<{
    parameters: any;
}>