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) 130 B
export interface BorderProps { border?: { size: string; style: string; color: string; }; }