MCPcopy
hub / github.com/alexmacarthur/typeit / CursorOptions

Interface CursorOptions

packages/typeit/src/types.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface CursorOptions {
12 autoPause?: boolean;
13 autoPauseDelay?: number;
14 animation?: CursorAnimationOptions;
15}
16
17export interface Options {
18 breakLines?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…