@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
20 lines • 351 B
TypeScript
/**
* @internal
*/
export interface DeskToolFeatures {
/**
* @beta
*/
backButton: boolean;
reviewChanges: boolean;
splitPanes: boolean;
splitViews: boolean;
}
/**
* @internal
*/
export interface DeskToolContextValue {
features: DeskToolFeatures;
layoutCollapsed: boolean;
}
//# sourceMappingURL=types.d.ts.map