@plurid/plurid-react
Version:
React implementation of Plurid to explore the web in three dimensions
12 lines (11 loc) • 460 B
TypeScript
import { Theme } from '@plurid/plurid-themes';
export interface IStyledPluridPlane {
theme: Theme;
mouseOver: boolean;
show: boolean;
transparentUI: boolean;
planeControls: boolean;
planeOpacity: number;
}
export declare const StyledPluridPlane: import("styled-components").StyledComponent<"div", any, IStyledPluridPlane, never>;
export declare const StyledFocusAnchor: import("styled-components").StyledComponent<"a", any, {}, never>;