Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 495 Bytes

TypeAlias.Unsubscribe.md

File metadata and controls

25 lines (14 loc) · 495 Bytes

use-quantum-stateDocs


use-quantum-state / Unsubscribe

Type Alias: Unsubscribe()

type Unsubscribe: () => void;

The unsubscribe callback returned by the on and once methods of the QuantumEmitter.

Returns

void

Remarks

This only exists to improve the readability of the API.

Defined in

index.tsx:111