mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-19 05:11:48 -07:00
4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
export enum WikiStateKey {
|
|
sideBarOpened = 'sideBarOpened',
|
|
titleBarOpened = 'titleBarOpened',
|
|
}
|