UNPKG
jnra-product-card
Version:
latest (1.0.8-rc)
1.0.8-rc
1.0.7-rc
1.0.6-rc
1.0.5-rc
1.0.4-rc
1.0.3-rc
1.0.2-rc
1.0.1-rc
1.0.0-rc
0.1.0
JEAN REYES
github.com/JeanReyes/jr-libreria-components
JeanReyes/jr-libreria-components
jnra-product-card
/
dist
/
components
/
molecules
/
chat
/
chatAsync
/
ChatAsync.d.ts
4 lines
(3 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
AsyncProps
}
from
'../../../../interfaces'
;
export
declare
const
ChatAsync
:
(
{ children, caseNumber, role }:
AsyncProps
) =>
JSX
.
Element
|
null
;