UNPKG
@opendash/plugin-parse
Version:
latest (0.4.0)
0.4.0
0.3.1
0.3.0
0.2.0
Parse Server Plugin for open.DASH
@opendash/plugin-parse
/
dist
/
admin
/
AdminProvider.d.ts
5 lines
(4 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
AdminProvider
(
{ config, children }: { config:
any
; children:
any
; }
):
JSX
.
Element
;