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

8 lines (7 loc) 140 B
export interface ShadowProps { shadow?: { distance: number; spacingX: number; spacingY: number; }; }