| 4 | light: TinteBlock; |
| 5 | dark: TinteBlock; |
| 6 | } |
| 7 | |
| 8 | export interface EditorInstallOptions { |
| 9 | autoClose?: boolean; |
| 10 | variant?: "light" | "dark"; |
| 11 | timeout?: number; |
| 12 | editor?: "code" | "cursor" | "zed"; |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected