Comparing version 0.1.15 to 0.1.16
{ | ||
"name": "cosmo-ui", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Common React components", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
export type IconAngle = 90 | 180 | 270 | ||
export type IconSize = 8 | 10 | 14 | 18 | 24 | 32 | 48 | 64 | 128 | ||
@@ -13,3 +12,3 @@ export interface IconProps { | ||
fill?: string | ||
size?: IconSize | ||
size?: number | ||
rotate?: IconAngle | ||
@@ -16,0 +15,0 @@ } |
Sorry, the diff of this file is not supported yet
515260
1882