fix formatting

This commit is contained in:
thatmattlove 2024-06-16 17:18:58 -04:00
parent 4733dd1893
commit 7eb8d8e925

View file

@ -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;