2eee5195cc
* new react and reactdom packages in wallet * new react and reactdom packages in root * new react and reactdom packages in nym connect * new react and reactdom packages in root * update react and reactdom for explorer * react and react-dom upgrade for ts-packages remove unused import fix linting error * use custom FC typing move typings folder * fix type error
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
declare type FCWithChildren<P = {}> = React.FC<React.PropsWithChildren<P>>;
|