cursorBlinkRate example with codemirror6?

Based on the docs, I’m having a hard time determining how to set cursorBlinkRate with the new codemirror 6 API. Can anyone provide a brief example of how to do this? Particularly from within vim mode. Thanks.

Add drawSelection({cursorBlinkRate: ...}) to your set of extensions.