Files
NetMesh/components/ai/aiPanelDiagnostics.ts

14 lines
409 B
TypeScript
Raw Normal View History

export {
AI_PANEL_DIAGNOSTIC_HIDE_KEY,
AI_PANEL_DIAGNOSTIC_PROFILE_KEY,
AI_PANEL_FORCE_HIDE_ALL_CONTENT,
AI_PANEL_FORCE_HIDE_SHELL,
getAIPanelDiagnosticHiddenParts,
getAIPanelProfilerProps,
isAIPanelDiagnosticPartHidden,
isAIPanelDiagnosticsProfilingEnabled,
logAIPanelProfiler,
profileAIPanelCalculation,
type AIPanelDiagnosticPart,
} from '../../application/state/aiPanelDiagnostics';