UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

8 lines (7 loc) 281 B
import { Theme } from '@plurid/plurid-themes/distribution'; export interface IStyledPluridLink { theme: Theme; devisible: boolean; suffix: string; } export declare const StyledPluridLink: import("styled-components").StyledComponent<"a", any, IStyledPluridLink, never>;