Files
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

3 lines
198 B
TypeScript

declare const _default: <T>(defaultValues: T, formValues: T) => Record<Extract<keyof T, string>, boolean | Record<string, any>>;
export default _default;
//# sourceMappingURL=getDirtyFields.d.ts.map