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

10 lines (9 loc) 177 B
export interface RotateProps { rotate?: { name: string; from: string; to: string; delay: string; duration: string; }; }