repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
docs-shared
/
lib
/
DocAwarenessEvent.ts
blob
9b3f080c43dc4e76b0cd5818a36853480d9d856b
1
import type { UserState } from '@lexical/yjs'
2
3
export enum DocAwarenessEvent {
4
AwarenessStateChange = 'AwarenessStateChange',
5
}
6
7
export type DocsAwarenessStateChangeData = {
8
states: UserState[]
9
}