UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

6 lines (5 loc) 190 B
import React from 'react'; export interface PluridViewContainerProperties { } declare const PluridViewContainer: React.FC<PluridViewContainerProperties>; export default PluridViewContainer;