UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 171 B
import type { JSX } from 'react'; export type EditPageButtonProps = { to: string; }; export declare function EditPageButton({ to }: EditPageButtonProps): JSX.Element;