reactlynx-testing-library / GetErrorFunction

Type Alias: GetErrorFunction()<Arguments>

type GetErrorFunction<Arguments>: (c: Element | null, ...args: Arguments) => string;

Type Parameters

Type ParameterDefault type
Arguments extends any[][string]

Parameters

ParameterType
cElement | null
...argsArguments

Returns

string

Defined in

index.d.ts:679

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.