UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

6 lines (5 loc) 188 B
export interface IStyledSpaces { alignment: any; snapType: any; } export declare const StyledSpaces: import("styled-components").StyledComponent<"div", any, IStyledSpaces, never>;