UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

6 lines (5 loc) 235 B
import { Theme } from '@plurid/plurid-themes'; export interface IStyledExternalPlane { theme: Theme; } export declare const StyledExternalPlane: import("styled-components").StyledComponent<"div", any, IStyledExternalPlane, never>;