@valtown/codemirror-codeium
Version:
codemirror integration for codeium
13 lines • 400 B
TypeScript
import { WidgetType } from "@codemirror/view";
/**
* Shown at the end of a suggestion if there are multiple
* suggestions to cycle through.
*/
export declare class DefaultCycleWidget extends WidgetType {
index: number;
total: number;
constructor(index: number, total: number);
toDOM(): HTMLSpanElement;
ignoreEvent(): boolean;
}
//# sourceMappingURL=defaultCycleWidget.d.ts.map