reactlynx-testing-library / GetErrorFunction

Type Alias: GetErrorFunction()<Arguments>

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

Type Parameters

Type Parameter Default type
Arguments extends any[] [string]

Parameters

Parameter Type
c Element | null
...args Arguments

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.