UNPKG
react-if-render
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Conditional Rendering of React Components.
github.com/JunH-K/react-if-render.git
react-if-render
/
dist
/
constant
/
index.d.ts
5 lines
(4 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
declare
const
THEN
=
"Then"
;
declare
const
ELSE
=
"Else"
;
declare
const
WARN_MESSAGE
=
"If the component's children should be Then and Else"
;
export
{
THEN
,
ELSE
,
WARN_MESSAGE
};