@hudoro/multi-select
Advanced tools
Comparing version 0.0.1-beta.1 to 0.0.1-beta.2
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", |
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
71665
8
1496