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

13 lines (12 loc) 275 B
export interface ShadowAnimationProps { shadowAnimation?: { name: string; from: number; to: number; spacingX: number; spacingY: number; delay: string; duration: string; options: string; }; }