1 | import React, { Component } from 'react';
|
2 | import type { ReactNode } from 'react';
|
3 | export declare const SkipEnteringContext: React.Context<React.MutableRefObject<boolean> | null>;
|
4 | interface LayoutAnimationConfigProps {
|
5 | skipEntering?: boolean;
|
6 | skipExiting?: boolean;
|
7 | children: ReactNode;
|
8 | }
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 | export declare class LayoutAnimationConfig extends Component<LayoutAnimationConfigProps> {
|
19 | getMaybeWrappedChildren(): string | number | boolean | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.JSX.Element[] | null | undefined;
|
20 | setShouldAnimateExiting(): void;
|
21 | componentWillUnmount(): void;
|
22 | render(): ReactNode;
|
23 | }
|
24 | export {};
|
25 |
|
\ | No newline at end of file |