UNPKG
@mussnad/frappe-react-query
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.1
A React Query SDK for Frappe
github.com/mussnad/frappe-react-query
mussnad/frappe-react-query
@mussnad/frappe-react-query
/
dist
/
context
/
FrappeContext.d.ts
3 lines
(2 loc)
•
116 B
TypeScript
View Raw
1
2
3
import
{
FrappeConfig
}
from
'../types'
;
export
declare
const
FrappeContext
:
import
(
'react'
).
Context
<
FrappeConfig
>;