Back to reference

GrammarlyProps

Props for Grammarly

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

Properties

clientId optionalstring
The client ID used to authenticate with Grammarly

config optionalPartial<EditorConfig>
Optional configuration to customize the Grammarly integration.

Last Updated: 2/7/2023, 10:38:49 PM