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

3 lines (2 loc) 155 B
declare const keyframes: (name: string, from: string | number, to: string | number, attribute?: string | undefined) => string; export default keyframes;