mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
0cadc19331
Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
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>()
|