File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export type IdetikContext = {
2929
3030// JS heap usage from the non-standard performance.memory API.
3131// Chromium only, undefined where the API is unavailable.
32- type MemoryStats = {
32+ export type MemoryStats = {
3333 cpuChunkBytes : number ;
3434 cpuChunkCount : number ;
3535 gpuTextureBytes : number ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export {
3737export type { ChannelProps } from "./core/channel" ;
3838export type { Image as OmeZarrImage } from "./data/ome_zarr/0.4/image" ;
3939export type { LayerState } from "./core/layer" ;
40- export type { Overlay } from "./idetik" ;
40+ export type { MemoryStats , Overlay } from "./idetik" ;
4141export type { SliceCoordinates } from "./data/chunk" ;
4242
4343export { Color } from "./math/color" ;
You can’t perform that action at this time.
0 commit comments