aboutsummaryrefslogtreecommitdiff
path: root/input/select.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'input/select.d.ts')
-rw-r--r--input/select.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/select.d.ts b/input/select.d.ts
index 4707838..4a5b9d7 100644
--- a/input/select.d.ts
+++ b/input/select.d.ts
@@ -32,4 +32,5 @@ export declare class WuiInputSelect {
private generateHint;
private onClickHintToggler;
private onClickInput;
+ Set(v: string): void;
}