@welcome-ui/icon
Advanced tools
Comparing version 4.0.0-alpha.13 to 4.0.0-alpha.16
import React from 'react'; | ||
import { CreateWuiProps } from '@welcome-ui/system'; | ||
import * as S from './styles'; | ||
declare type IconContent = { | ||
@@ -19,3 +20,3 @@ width?: number; | ||
} | ||
export declare type IconProps = CreateWuiProps<'svg', IconOptions>; | ||
export declare type IconProps = CreateWuiProps<typeof S.Icon, IconOptions>; | ||
export declare const Icon: import("@welcome-ui/system").CreateWuiComponent<"svg", IconProps>; | ||
@@ -22,0 +23,0 @@ export declare const StyledIcon: import("styled-components").StyledComponent<"svg", import("@xstyled/system").Theme, Pick<IconOptions, "size"> & Pick<IconContent, "isFlag" | "stroked"> & import("@welcome-ui/system").WuiProps & Partial<{ |
{ | ||
"name": "@welcome-ui/icon", | ||
"version": "4.0.0-alpha.13", | ||
"version": "4.0.0-alpha.16", | ||
"description": "Customizable design system with react • styled-components • styled-system and reakit.", | ||
@@ -50,3 +50,3 @@ "main": "dist/icon.cjs.js", | ||
}, | ||
"gitHead": "b9e39fb49e08b3845ebd0829dafc15ccd40dc76c", | ||
"gitHead": "9512543311c85469ff3b261a888dc2603c4bf44a", | ||
"sideEffects": false, | ||
@@ -53,0 +53,0 @@ "component": "Icon", |
15526
253