This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
creylopez
/
overleaf
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
c7b56ff295
ブランチ
タグ
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
履歴
Raw
1
2
3
4
5
export type Highlight = {
cursor: { row: number; column: number }
hue: number
label: string
}