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
/
hook
/
axios
/
Post.d.ts
9 lines
(8 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Message
}
from
'../../interfaces/InterfaceChat'
;
export
declare
const
usePost
:
(
url
:
string
) =>
{
post
:
(
body
:
Message
) =>
Promise
<
any
>;
postFile
:
(
body
:
Message
) =>
Promise
<
any
>;
data
:
null
;
loading
:
boolean
;
error
:
null
; };