GrammarlyButtonProps
Props for <GrammarlyButton>
interface GrammarlyButtonProps extends HTMLAttributes<HTMLElement> {
tonePosition?: "left" | "right";
}
Properties
tonePosition optional — "left" | "right"
Set the position of the tone detector relative to the Grammarly button
Default: "left"