cfd-react-components
Advanced tools
Comparing version 1.1.6 to 1.1.8
import React from 'react'; | ||
export default function Checkbox(props: { | ||
id: string; | ||
name: string; | ||
className?: string; | ||
id?: string; | ||
labelClassName?: string; | ||
@@ -10,4 +11,3 @@ label: JSX.Element; | ||
onChange?: React.ChangeEventHandler<HTMLInputElement>; | ||
name?: string; | ||
value?: string | number; | ||
}): JSX.Element; |
import React from 'react'; | ||
export default function Checkbox(props: { | ||
id: string; | ||
name: string; | ||
className?: string; | ||
id?: string; | ||
labelClassName?: string; | ||
@@ -10,4 +11,3 @@ label: JSX.Element; | ||
onChange?: React.ChangeEventHandler<HTMLInputElement>; | ||
name?: string; | ||
value?: string | number; | ||
}): JSX.Element; |
@@ -14,4 +14,5 @@ /// <reference types="react" /> | ||
declare function Checkbox(props: { | ||
id: string; | ||
name: string; | ||
className?: string; | ||
id?: string; | ||
labelClassName?: string; | ||
@@ -22,3 +23,2 @@ label: JSX.Element; | ||
onChange?: React.ChangeEventHandler<HTMLInputElement>; | ||
name?: string; | ||
value?: string | number; | ||
@@ -25,0 +25,0 @@ }): JSX.Element; |
{ | ||
"name": "cfd-react-components", | ||
"version": "1.1.6", | ||
"version": "1.1.8", | ||
"description": "A re-usable React component library for projects at the Center for Design at Northeastern University", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
572489