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

    Type Alias KaylaExports<StateMap>

    KaylaExports: { [K in keyof StateMap]: StateMap[K] }

    Shape of the object returned by a component's useExports callback.

    Type Parameters

    • StateMap extends Record<string, KaylaExportables>

      Record mapping export names to exportable values