UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

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