@accessible/radio
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -52,16 +52,3 @@ import React from 'react' | ||
> & | ||
React.RefAttributes< | ||
| React.ReactElement< | ||
any, | ||
| string | ||
| (( | ||
props: any | ||
) => React.ReactElement< | ||
any, | ||
string | any | (new (props: any) => React.Component<any, any, any>) | ||
> | null) | ||
| (new (props: any) => React.Component<any, any, any>) | ||
> | ||
| JSX.Element | ||
>> | ||
React.RefAttributes<HTMLInputElement>> | ||
export declare const RadioContext: React.Context<RadioContextValue>, | ||
@@ -68,0 +55,0 @@ useRadio: () => RadioContextValue, |
@@ -52,16 +52,3 @@ import React from 'react' | ||
> & | ||
React.RefAttributes< | ||
| React.ReactElement< | ||
any, | ||
| string | ||
| (( | ||
props: any | ||
) => React.ReactElement< | ||
any, | ||
string | any | (new (props: any) => React.Component<any, any, any>) | ||
> | null) | ||
| (new (props: any) => React.Component<any, any, any>) | ||
> | ||
| JSX.Element | ||
>> | ||
React.RefAttributes<HTMLInputElement>> | ||
export declare const RadioContext: React.Context<RadioContextValue>, | ||
@@ -68,0 +55,0 @@ useRadio: () => RadioContextValue, |
{ | ||
"name": "@accessible/radio", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://github.com/accessible-ui/radio#readme", | ||
@@ -5,0 +5,0 @@ "repository": "github:accessible-ui/radio", |
33415
654