Back to reference

GrammarlyProps

Props for <Grammarly>.

interface GrammarlyProps {
  clientId?: string;
  config?: Partial<EditorConfig>;
}

Properties

clientIdoptionalType: string

The client ID used to authenticate with Grammarly.

configoptionalType: Partial<EditorConfig>

Optional configuration to customize the Grammarly integration.

Last Updated: 4/12/2023, 3:24:55 PM