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/ .

6 lines (5 loc) 133 B
/// <reference types="react" /> export interface IsometricContainerProps { children: JSX.Element; className?: string; }