()
| 115 | } |
| 116 | |
| 117 | export function useSnapToGridSize(): number { |
| 118 | const { data } = useGeneralSettings() |
| 119 | return data?.snapToGridSize ?? 0 |
| 120 | } |
| 121 | |
| 122 | export function useShowActionBar(): boolean { |
| 123 | const { data } = useGeneralSettings() |
no test coverage detected