UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

4 lines (3 loc) 327 B
import { PluridPlaneComponentProperty, PluridRouteComponentProperty } from '@plurid/plurid-data'; import { PluridReactComponent } from "../../../data/interfaces"; export declare const isReactRenderable: (component: PluridReactComponent<any, PluridPlaneComponentProperty | PluridRouteComponentProperty> | undefined) => boolean;