@eubank/kit-loader
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,6 +0,6 @@ | ||
import { HTMLProps } from 'react'; | ||
import { CSSProperties, HTMLProps } from 'react'; | ||
interface LoaderProps extends HTMLProps<SVGSVGElement> { | ||
className?: string; | ||
size?: number; | ||
color?: string; | ||
color?: CSSProperties['color']; | ||
secondaryColor?: string; | ||
@@ -7,0 +7,0 @@ spinner?: boolean; |
@@ -1,6 +0,6 @@ | ||
import { HTMLProps } from 'react'; | ||
import { CSSProperties, HTMLProps } from 'react'; | ||
interface LoaderProps extends HTMLProps<SVGSVGElement> { | ||
className?: string; | ||
size?: number; | ||
color?: string; | ||
color?: CSSProperties['color']; | ||
secondaryColor?: string; | ||
@@ -7,0 +7,0 @@ spinner?: boolean; |
{ | ||
"name": "@eubank/kit-loader", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Loader", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
17559