UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

8 lines (7 loc) 289 B
import { Theme } from '@plurid/plurid-themes'; import { SIZES } from '@plurid/plurid-data'; export interface IStyledOrigin { theme: Theme; size: keyof typeof SIZES; } export declare const StyledOrigin: import("styled-components").StyledComponent<"div", any, IStyledOrigin, never>;