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

12 lines (11 loc) 237 B
export interface AnimationProps { animation?: { name: string; attribute: string; from: string; to: string; delay: string; duration: string; options: string; }; }