@plurid/plurid-react
Version:
React implementation of Plurid to explore the web in three dimensions
4 lines (3 loc) • 297 B
TypeScript
import React from 'react';
import PluridProviderContext from "../../../containers/Provider/context";
export declare const loadStateFromContext: (context: React.ContextType<typeof PluridProviderContext>, space: string | undefined) => import("@plurid/plurid-data").PluridMetastateState | undefined;