GrammarlyProps
Props for <Grammarly>
.
interface GrammarlyProps {
children?: ReactNode;
clientId?: ClientId;
config?: Partial<EditorConfig>;
}
Properties
childrenoptionalType: ReactNode
Optional configuration to customize the Grammarly integration.