/** * A value to be restored for a component's form value. If a component's form * state is a `FormData` object, its entry list of name and values will be provided. * * @public */ export type FormRestoreState = string | File | Array<[string, FormDataEntryValue]>; //# sourceMappingURL=FormRestoreState.d.ts.map