@schrodinger/ui-checkbox
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,2 +0,2 @@ | ||
import { FC } from 'react'; | ||
import { FC, SyntheticEvent } from 'react'; | ||
export declare enum CheckboxType { | ||
@@ -16,7 +16,7 @@ TICK = "tick", | ||
*/ | ||
onChange: () => void; | ||
onChange: (event: SyntheticEvent<HTMLElement>) => void; | ||
/** | ||
* Input name value | ||
*/ | ||
name: string; | ||
name?: string; | ||
/** | ||
@@ -33,3 +33,3 @@ * Additional CSS classes | ||
*/ | ||
type: CheckboxType; | ||
type?: CheckboxType; | ||
} |
{ | ||
"name": "@schrodinger/ui-checkbox", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "description", | ||
@@ -29,3 +29,3 @@ "keywords": [], | ||
"devDependencies": { | ||
"@schrodinger/ui-scripts": "^0.0.1", | ||
"@schrodinger/ui-scripts": "^0.0.2", | ||
"react": "16.x" | ||
@@ -32,0 +32,0 @@ }, |
Sorry, the diff of this file is not supported yet
19296