@abdellatifui/react 3.2.174 → 3.2.175
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.d.ts +5 -5
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -153,11 +153,7 @@ export declare interface ArrayViewerProps {
|
|
|
153
153
|
header: string;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
export declare
|
|
157
|
-
|
|
158
|
-
export declare const AutoComplete: default_2.MemoExoticComponent<(props: AutocompleteProps) => JSX.Element>;
|
|
159
|
-
|
|
160
|
-
export declare interface AutocompleteProps extends InputProps_2 {
|
|
156
|
+
export declare interface AutocompeleteProps extends InputProps_2 {
|
|
161
157
|
onChange?: (params: any, value: string) => void;
|
|
162
158
|
options?: any[];
|
|
163
159
|
defaultValue?: string;
|
|
@@ -172,6 +168,10 @@ export declare interface AutocompleteProps extends InputProps_2 {
|
|
|
172
168
|
ref?: default_2.RefObject<HTMLInputElement>;
|
|
173
169
|
}
|
|
174
170
|
|
|
171
|
+
export declare const AutoComplete: default_2.MemoExoticComponent<(props: AutocompeleteProps) => JSX.Element>;
|
|
172
|
+
|
|
173
|
+
export declare type AutocompleteProps = AutocompeleteProps;
|
|
174
|
+
|
|
175
175
|
export declare const BadgeLegend: (props: BadgeLegendProps) => JSX.Element;
|
|
176
176
|
|
|
177
177
|
export declare interface BadgeLegendProps {
|