forked from pu428f3pz/InternshipProject
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
385 B
8 lines
385 B
import * as React from 'react';
|
|
export declare type MemoChildrenProps = {
|
|
shouldUpdate: boolean;
|
|
children: React.ReactNode;
|
|
};
|
|
declare const _default: React.MemoExoticComponent<({ children }: MemoChildrenProps) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>>;
|
|
export default _default;
|