UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

9 lines (8 loc) 348 B
import { Theme } from '@plurid/plurid-themes'; export interface IGlobalStyle { theme: Theme; preventOverscroll: boolean; } export declare const GlobalStyle: import("styled-components").GlobalStyleComponent<IGlobalStyle, import("styled-components").DefaultTheme>; export declare const StyledView: any; export declare const StyledEmpty: any;