UNPKG

@prisma-cms/editor

Version:
7 lines (6 loc) 194 B
import React from 'react'; import { LinkProps } from 'next/link'; declare const LinkComponent: React.FC<React.PropsWithChildren<LinkProps> & { to?: string; }>; export default LinkComponent;