react-mkx-components
Advanced tools
Comparing version 1.0.17 to 1.0.18
import React, { CSSProperties, ReactNode } from "react"; | ||
interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> { | ||
export interface InputProps | ||
extends React.InputHTMLAttributes<HTMLInputElement> { | ||
value: string; | ||
@@ -8,3 +9,3 @@ setValue: (value: string) => void; | ||
interface ChoiceProps { | ||
export interface ChoiceProps { | ||
condition: boolean; | ||
@@ -14,3 +15,3 @@ children: ReactNode; | ||
interface ScrollDivProps extends React.HTMLAttributes<HTMLDivElement> { | ||
export interface ScrollDivProps extends React.HTMLAttributes<HTMLDivElement> { | ||
page: number; | ||
@@ -17,0 +18,0 @@ setPage: (page: number) => void; |
{ | ||
"name": "react-mkx-components", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "React custom components provide an efficient means to encapsulate and share logic among components within React Projects. This package includes useful React custom components.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
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
19468
291