react-mkx-components
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -19,3 +19,3 @@ "use strict"; | ||
const react_1 = __importDefault(require("react")); | ||
const ScrolllDiv_1 = __importDefault(require("./ScrolllDiv/ScrolllDiv")); | ||
const ScrolllDiv_1 = __importDefault(require("./ScrolllDiv")); | ||
exports.ScrollDiv = ScrolllDiv_1.default; | ||
@@ -22,0 +22,0 @@ const Input = (_a) => { |
import React, { ChangeEvent, ReactNode } from "react"; | ||
import { ChoiceProps, InputProps } from "./index.d"; | ||
import ScrollDiv from "./ScrolllDiv/ScrolllDiv"; | ||
import ScrollDiv from "./ScrolllDiv"; | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "react-mkx-components", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"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
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
16252
13
257