@abdellatifui/react 3.2.24 → 3.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nextgen.css +1 -1
- package/dist/nextgen.d.ts +2 -1
- package/dist/nextgen.js +1904 -1890
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -138,9 +138,10 @@ declare interface AutocompeleteProps extends InputProps_2 {
|
|
|
138
138
|
placeholder: string;
|
|
139
139
|
autoScroll: boolean;
|
|
140
140
|
type: string;
|
|
141
|
+
ref: default_2.RefObject<HTMLInputElement>;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
|
-
export declare const AutoComplete: default_2.
|
|
144
|
+
export declare const AutoComplete: default_2.MemoExoticComponent<(props: AutocompeleteProps) => JSX.Element>;
|
|
144
145
|
|
|
145
146
|
export declare interface AutoCompleteProps extends InputProps {
|
|
146
147
|
options: Array<{
|