3 lines
No EOL
198 B
TypeScript
Executable file
3 lines
No EOL
198 B
TypeScript
Executable file
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
|