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
/
AdminTableEditElement.d.ts
8 lines
(7 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
default
function
AdminTableEditElement
(
{ schema, config, edit, create, close, }: { schema:
any
; config:
any
; edit:
any
; create:
any
; close:
any
; }
):
JSX
.
Element
;