function useTLStore(
  opts: TLStoreOptions & {
    snapshot?: Partial<TLEditorSnapshot> | TLStoreSnapshot
  }
): import('@tldraw/tlschema').TLStore
Parameters
NameDescription

opts

TLStoreOptions & {
  snapshot?: Partial<TLEditorSnapshot> | TLStoreSnapshot
}
Returns
import('@tldraw/tlschema').TLStore
useTLSchemaFromUtilsuseTransform