UNPKG

@opendash/plugin-parse

Version:

Parse Server Plugin for open.DASH

6 lines (5 loc) 134 B
export default function AdminTableRelation({ type, row, field }: { type: any; row: any; field: any; }): JSX.Element;