@kayelaa/canvas API - v0.3.2
    Preparing search index...

    Interface LiveState<T>

    interface LiveState<T> {
        get(): T;
        set: UseStateSetter<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Methods

    Properties

    Methods