UNPKG

@redocly/theme

Version:

Shared UI components lib

5 lines (4 loc) 137 B
export type EditPageButtonProps = { to: string; }; export declare function EditPageButton({ to }: EditPageButtonProps): JSX.Element;