-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I've been using these types for a while. They're not complete but they might help someone. It'd be great to have them extended and included in the package:
declare module 'dom-form-serializer' {
import {JsonObject} from 'type-fest';
export function serialize(
element: HTMLFormElement,
options: {
include?: string[];
}
): JSONValue;
export function deserialize(
element: HTMLFormElement,
serializedData: JsonObject,
options?: {
include?: string[];
}
): void;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels