UNPKG
react-logger-js
Version:
latest (2.0.0)
2.0.0
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
A ReactJS library to log the data.
react-logger-js.bardwaj.me
varunpbardwaj/react-logger-js
react-logger-js
/
dist
/
src
/
components
/
RenderLogs.d.ts
3 lines
(2 loc)
•
113 B
TypeScript
View Raw
1
2
3
/// <reference types="react" />
export
default
function
RenderLogs
(
data: {}, isChild: boolean
):
JSX
.
Element
[];