UNPKG

isometric-react

Version:

Isometric styling library made in React with as much flexibility over customization as possible. Rewrite of https://morgancaron.github.io/IsometricSass/ .

4 lines (3 loc) 229 B
import { IsometricPlaneProps } from "../types/IsometricPlaneProps"; declare const IsometricPlaneStyles: import("styled-components").StyledComponent<"div", any, IsometricPlaneProps, never>; export default IsometricPlaneStyles;