UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 226 B
import type { JSX, PropsWithChildren } from 'react'; interface ShareLinkProps { className?: string; size?: number; } export declare function ShareLink(props: PropsWithChildren<ShareLinkProps>): JSX.Element; export {};