Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "inlines", | ||
"description": "When you just want to use the style prop in React", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "dist/index.js", | ||
"types": "src/index.ts", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "scripts": { |
@@ -49,2 +49,3 @@ import { createElement, forwardRef } from 'react' | ||
export type { Props, Style, As } | ||
export { styled, css, keyframes } |
@@ -0,1 +1,2 @@ | ||
import { CSSAttribute } from 'goober' | ||
import { | ||
@@ -9,3 +10,3 @@ ComponentClass, | ||
export type Props = PropsWithChildren<any> | ||
export type Style = CSSProperties & any | ||
export type Style = CSSProperties & { [key: string]: string | CSSAttribute } | ||
export type As = string | FunctionComponent<any> | ComponentClass<any, any> |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9737
12
186
0