UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

9 lines (8 loc) 298 B
import { Theme } from '@plurid/plurid-themes'; export interface IStyledPluridSpace { theme: Theme; opaque: boolean; isMounted: boolean; fadeInTime: number; } export declare const StyledPluridSpace: import("styled-components").StyledComponent<"div", any, IStyledPluridSpace, never>;