@accurat/react-components
Advanced tools
Comparing version
@@ -8,5 +8,5 @@ import * as React from 'react'; | ||
export interface CheckBoxArguments extends InputPropsTypes { | ||
propSvg: React.SFC<SVGProps> | null; | ||
propSvg?: React.SFC<SVGProps>; | ||
} | ||
export default function Checkbox({ children, propSvg, className, inputClassName, style, disabled, checked, onChange, reset, ...props }: CheckBoxArguments): JSX.Element; | ||
export {}; |
{ | ||
"name": "@accurat/react-components", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Collection of React components used for Accurat projects.", | ||
@@ -35,3 +35,3 @@ "main": "lib/react-components.js", | ||
"build": "accurapp-scripts build", | ||
"build:styleguide": "styleguidist build", | ||
"build:styleguide": "rm -rf docs && styleguidist build", | ||
"prepublishOnly": "npm run build" | ||
@@ -38,0 +38,0 @@ }, |
1000889
0