Skip to content

Type Alias: ExpofpViewEvent()<T>

ExpofpViewEvent<T> = (e) => void

Defined in: types.ts:297

Event callback type for ExpoFP View events.

Type Parameters

T

T = unknown

Parameters

e

T

Returns

void