Interface StateRef<T>

interface StateRef<T> {
    confirm(): void;
    get(): T;
    set(value: T): void;
}

Type Parameters

  • T

Methods

Methods

MMNEPVFCICPMFPCPTTAAATR