mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-30 19:59:47 +02: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>()
|