@valtown/codemirror-codeium
Version:
codemirror integration for codeium
8 lines • 371 B
TypeScript
export declare const copilotEvent: import("@codemirror/state").AnnotationType<null>;
/**
* Annotation that signals to upstream integrations
* that this transaction should not be included
* in history or treated otherwise as a user edit.
*/
export declare const copilotIgnore: import("@codemirror/state").AnnotationType<null>;
//# sourceMappingURL=annotations.d.ts.map