solenya-autocomplete
Advanced tools
Comparing version 1.2.6 to 1.2.7
import { HAttributes, DatabindProps } from 'solenya'; | ||
interface IAutoCompleteProps<T> { | ||
export interface IAutoCompleteProps<T> { | ||
/** Can be used to prefix the input id used by the autocomplete, which is based on the property name the autocomplete is bound to. */ | ||
@@ -39,2 +39,1 @@ prefix: string; | ||
} | ||
export {}; |
{ | ||
"name": "solenya-autocomplete", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"author": "solenya", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -0,1 +1,3 @@ | ||
`solenya-autocomplete` is an AutoComplete for solenya. | ||
# Installation | ||
@@ -2,0 +4,0 @@ |
import { HAttributes, DatabindProps } from 'solenya' | ||
interface IAutoCompleteProps<T> | ||
export interface IAutoCompleteProps<T> | ||
{ | ||
@@ -5,0 +5,0 @@ /** Can be used to prefix the input id used by the autocomplete, which is based on the property name the autocomplete is bound to. */ |
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
60918
25
968
113