UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

9 lines (8 loc) 238 B
import * as React from 'react'; import type { TinaCMS } from '../../../tina-cms'; interface ReferenceLinkProps { cms: TinaCMS; input: any; } declare const ReferenceLink: React.FC<ReferenceLinkProps>; export default ReferenceLink;