UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

6 lines (3 loc) 150 B
import { Styles } from '../types/style'; declare function borderRadius(side: string, radius: string | number): Styles; export default borderRadius;