Updated to latest code
This commit is contained in:
parent
970d4a7df1
commit
d263d98aff
1 changed files with 20 additions and 20 deletions
40
typings/AutosearchProps.d.ts
vendored
40
typings/AutosearchProps.d.ts
vendored
|
|
@ -1,20 +1,20 @@
|
|||
/**
|
||||
* This file was generated from Autosearch.xml
|
||||
* WARNING: All changes made to this file will be overwritten
|
||||
* @author Mendix UI Content Team
|
||||
*/
|
||||
import { ActionValue, EditableValue } from "mendix";
|
||||
|
||||
export interface AutosearchProps<Style> {
|
||||
name: string;
|
||||
style: Style[];
|
||||
searchvalue: EditableValue<string>;
|
||||
onChange?: ActionValue;
|
||||
}
|
||||
|
||||
export interface AutosearchPreviewProps {
|
||||
class: string;
|
||||
style: string;
|
||||
searchvalue: string;
|
||||
onChange: {} | null;
|
||||
}
|
||||
/**
|
||||
* This file was generated from Autosearch.xml
|
||||
* WARNING: All changes made to this file will be overwritten
|
||||
* @author Mendix UI Content Team
|
||||
*/
|
||||
import { ActionValue, EditableValue } from "mendix";
|
||||
|
||||
export interface AutosearchProps<Style> {
|
||||
name: string;
|
||||
style: Style[];
|
||||
searchvalue: EditableValue<string>;
|
||||
onChange?: ActionValue;
|
||||
}
|
||||
|
||||
export interface AutosearchPreviewProps {
|
||||
class: string;
|
||||
style: string;
|
||||
searchvalue: string;
|
||||
onChange: {} | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue