Update incentro.Autosearch.mpk, Autosearch.xml, and 5 more files...
This commit is contained in:
2
typings/AutosearchProps.d.ts
vendored
2
typings/AutosearchProps.d.ts
vendored
@@ -10,6 +10,7 @@ export interface AutosearchProps<Style> {
|
||||
style: Style[];
|
||||
searchvalue: EditableValue<string>;
|
||||
editable: boolean;
|
||||
autoFocus: EditableValue<boolean>;
|
||||
onChange?: ActionValue;
|
||||
onEnter?: ActionValue;
|
||||
}
|
||||
@@ -19,6 +20,7 @@ export interface AutosearchPreviewProps {
|
||||
style: string;
|
||||
searchvalue: string;
|
||||
editable: boolean;
|
||||
autoFocus: string;
|
||||
onChange: {} | null;
|
||||
onEnter: {} | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user