react-mkx-components
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -18,5 +18,5 @@ "use strict"; | ||
exports.ScrollDiv = exports.Choice = exports.Input = void 0; | ||
const ScrollDiv_1 = require("ScrolllDiv/ScrollDiv"); | ||
Object.defineProperty(exports, "ScrollDiv", { enumerable: true, get: function () { return ScrollDiv_1.ScrollDiv; } }); | ||
const react_1 = __importDefault(require("react")); | ||
const ScrolllDiv_1 = __importDefault(require("./ScrolllDiv")); | ||
exports.ScrollDiv = ScrolllDiv_1.default; | ||
const Input = (_a) => { | ||
@@ -23,0 +23,0 @@ var { value, setValue } = _a, rest = __rest(_a, ["value", "setValue"]); |
@@ -0,4 +1,4 @@ | ||
import { ScrollDiv } from "ScrolllDiv/ScrollDiv"; | ||
import React, { ChangeEvent, ReactNode } from "react"; | ||
import { ChoiceProps, InputProps } from "./index.d"; | ||
import ScrollDiv from "./ScrolllDiv"; | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "react-mkx-components", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"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
18178
17
262