Back to reference

GrammarlyProps

Props for <Grammarly>.

interface GrammarlyProps {
  children?: ReactNode;
  clientId?: ClientId;
  config?: Partial<EditorConfig>;
}

Properties

childrenoptionalType: ReactNode
clientIdoptionalType: ClientId

The client ID used to authenticate with Grammarly.

configoptionalType: Partial<EditorConfig>

Optional configuration to customize the Grammarly integration.

Last Updated: 5/17/2023, 6:54:28 PM