mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
fix formatting
This commit is contained in:
parent
0f52bc438f
commit
a5bc1ca8a0
1 changed files with 1 additions and 4 deletions
|
|
@ -62,10 +62,7 @@ interface FormStateType<Opt extends SingleOption = SingleOption> {
|
|||
setSelection<
|
||||
Opt extends SingleOption,
|
||||
K extends keyof FormSelections<Opt> = keyof FormSelections<Opt>,
|
||||
>(
|
||||
field: K,
|
||||
value: FormSelections[K],
|
||||
): void;
|
||||
>(field: K, value: FormSelections[K]): void;
|
||||
setTarget(update: Partial<Target>): void;
|
||||
getDirective(): Directive | null;
|
||||
reset(): Promise<void>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue