mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 12:13:11 +00:00
Added and updated copyright headers. Added some missing Flow types. Removed an invalid prop-types import.
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*/
|
|
|
|
declare module 'react-helmet' {
|
|
declare module.exports: any;
|
|
}
|