Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/react-router-dom/dist/dom.d.ts
rd565449 r0c6b92a 74 74 * Enable flushSync for this submission's state updates 75 75 */ 76 unstable_flushSync?: boolean;76 flushSync?: boolean; 77 77 } 78 78 /** … … 106 106 * Enable view transitions on this submission navigation 107 107 */ 108 unstable_viewTransition?: boolean;108 viewTransition?: boolean; 109 109 } 110 110 export declare function getFormSubmissionInfo(target: SubmitTarget, basename: string): {
Note:
See TracChangeset
for help on using the changeset viewer.