mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-01 08:19:11 +00:00
8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
|
import { ViewOptions } from '@anticrm/tracker'
|
||
|
import { writable } from 'svelte/store'
|
||
|
|
||
|
/**
|
||
|
* @public
|
||
|
*/
|
||
|
export const viewOptionsStore = writable<ViewOptions>()
|