feat: expose PWA, app identity, and extension directory keys in JSON config #312
This commit is contained in:
@@ -4,7 +4,7 @@ import { createContext, useContext } from "react";
|
||||
|
||||
/**
|
||||
* Width of the pane that's hosting the current subtree, in CSS pixels.
|
||||
* `null` means "no pane is providing a size" — fall back to viewport-based
|
||||
* `null` means "no pane is providing a size" - fall back to viewport-based
|
||||
* media queries. Set by the Pro shell on each split pane via ResizeObserver.
|
||||
*/
|
||||
export const PaneSizeContext = createContext<number | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user