UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

7 lines 251 B
import React from 'react'; import { ChildLinkProps } from './types'; /** * @internal */ export declare const ChildLink: React.ForwardRefExoticComponent<ChildLinkProps & React.RefAttributes<HTMLAnchorElement>>; //# sourceMappingURL=ChildLink.d.ts.map