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) 141 B
/// <reference types="react" /> export interface IsometricProps { children?: JSX.Element | JSX.Element[]; className?: string; }