Rezervacije/node_modules/@emotion/use-insertion-effect-with-f.../dist/declarations/src/index.d.ts

4 lines
223 B
TypeScript

import * as React from 'react';
export declare const useInsertionEffectAlwaysWithSyncFallback: <T>(create: () => T) => T | undefined;
export declare const useInsertionEffectWithLayoutFallback: typeof React.useLayoutEffect;