Conformal TypeScript API
    Preparing search index...

    Type Alias UiStateProviderProps<T>

    Props for the UiStateProvider component.

    type UiStateProviderProps<T> = {
        codec: Codec<T>;
    }

    Type Parameters

    • T

      The type of the ui state.

    Index

    Properties

    Properties

    codec: Codec<T>

    The codec to use to encode and decode the ui state