forked from mirrors/thatmattlove-hyperglass
fix formatting
This commit is contained in:
parent
4733dd1893
commit
7eb8d8e925
1 changed files with 1 additions and 4 deletions
|
|
@ -61,10 +61,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(): void;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue