@assemble-inc/core
Advanced tools
Comparing version
export type SearchInputProps = { | ||
id: string; | ||
onChange: (e: any) => void; | ||
@@ -14,2 +15,2 @@ onClick?: (e: any) => void; | ||
}; | ||
export declare const SearchInput: ({ onClick, onChange, onClear, label, labelClassName, style, loading, placeholder, value, clearButtonVisible, className }: SearchInputProps) => JSX.Element; | ||
export declare const SearchInput: ({ id, onClick, onChange, onClear, label, labelClassName, style, loading, placeholder, value, clearButtonVisible, className }: SearchInputProps) => JSX.Element; |
{ | ||
"name": "@assemble-inc/core", | ||
"version": "0.4.46", | ||
"version": "0.4.47", | ||
"description": "Assemble Component Library", | ||
@@ -5,0 +5,0 @@ "author": "Assemble Frontend Team", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
731392
012905
0.02%