@ef2/react
Advanced tools
Comparing version 1.0.28 to 1.0.29
@@ -13,3 +13,3 @@ import { ChangeEvent, InputHTMLAttributes } from 'react'; | ||
} | ||
declare const Rating: import("react").ForwardRefExoticComponent<RatingProps & import("react").RefAttributes<HTMLInputElement>>; | ||
declare const Rating: import("react").ForwardRefExoticComponent<RatingProps & import("react").RefAttributes<HTMLFieldSetElement>>; | ||
export default Rating; |
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLInputElement>>>; | ||
declare const _default: ComponentMeta<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLFieldSetElement>>>; | ||
export default _default; | ||
export declare const Default: ComponentStory<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLInputElement>>>; | ||
export declare const Theme: ComponentStory<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLInputElement>>>; | ||
export declare const Icon: ComponentStory<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLInputElement>>>; | ||
export declare const Color: ComponentStory<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLInputElement>>>; | ||
export declare const ReadOnly: ComponentStory<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLInputElement>>>; | ||
export declare const Default: ComponentStory<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLFieldSetElement>>>; | ||
export declare const Theme: ComponentStory<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLFieldSetElement>>>; | ||
export declare const Icon: ComponentStory<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLFieldSetElement>>>; | ||
export declare const Color: ComponentStory<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLFieldSetElement>>>; | ||
export declare const ReadOnly: ComponentStory<import("react").ForwardRefExoticComponent<import(".").RatingProps & import("react").RefAttributes<HTMLFieldSetElement>>>; |
{ | ||
"name": "@ef2/react", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/index.esm.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4711463