initial commit
This commit is contained in:
4
node_modules/@headlessui/react/dist/utils/form.d.ts
generated
vendored
Normal file
4
node_modules/@headlessui/react/dist/utils/form.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
type Entries = [string, string][];
|
||||
export declare function objectToFormEntries(source?: Record<string, any>, parentKey?: string | null, entries?: Entries): Entries;
|
||||
export declare function attemptSubmit(elementInForm: HTMLElement): void;
|
||||
export {};
|
||||
Reference in New Issue
Block a user