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
/
AdminTableRelation.d.ts
6 lines
(5 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
function
AdminTableRelation
(
{
type
, row, field }: {
type
:
any
; row:
any
; field:
any
; }
):
JSX
.
Element
;