You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@accurat/react-components

Package Overview
Dependencies
Maintainers
8
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accurat/react-components - npm Package Compare versions

Comparing version

to
0.3.2

2

lib/lib/src/components/Checkbox/index.d.ts

@@ -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 @@ },