@technokratos/components-react
Advanced tools
Comparing version 0.10.7 to 0.10.8
@@ -1,2 +0,2 @@ | ||
import { FunctionComponent, ReactNode } from 'react'; | ||
import { FC, ReactNode } from 'react'; | ||
interface Props { | ||
@@ -7,5 +7,6 @@ value: any; | ||
isSelected?: boolean; | ||
isFocused?: boolean; | ||
disabled?: boolean; | ||
} | ||
export declare const Option: FunctionComponent<Props>; | ||
export declare const Option: FC<Props>; | ||
export {}; |
{ | ||
"name": "@technokratos/components-react", | ||
"version": "0.10.7", | ||
"version": "0.10.8", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@popperjs/core": "^2.4.4", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
167953
4422