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

5 lines (4 loc) 164 B
import { FC } from "react"; import { IsometricProps } from "../../types/IsometricProps"; declare const Isometric: FC<IsometricProps>; export default Isometric;