This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
creylopez
/
overleaf
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
98bd09c31d
Větve
Značky
copilot/find-quick-win-issues
main
msm-github-codespaces
old-master
v0.2.0
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.1-nightly
overleaf
/
services
/
web
/
types
/
highlight.ts
highlight.ts
100 B
Historie
Surový
1
2
3
4
5
export type Highlight = {
cursor: { row: number; column: number }
hue: number
label: string
}