Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hudoro/multi-select

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hudoro/multi-select - npm Package Compare versions

Comparing version 0.0.1-beta.1 to 0.0.1-beta.2

dist/types.d.ts

12

dist/MultiSelect.d.ts
import React from "react";
export interface IMultiSelectProps {
size?: "sm" | "md" | "lg";
listSelect: {
label: string;
value: string;
}[];
onChange: (props: {
label: string;
value: string;
}[]) => void;
}
import { IMultiSelectProps } from "./types";
export declare const MultiSelect: React.FC<IMultiSelectProps>;
{
"name": "@hudoro/multi-select",
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"description": "multi select component for Hudoro UI",

@@ -5,0 +5,0 @@ "author": "Prawito Hudoro",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc