/** * TerminalDebugPanel style definitions. * * @module @mks2508/mks-ui/react/blocks/Terminal/panel/TerminalDebugPanel */ import type { StyleSlots } from '../../../../../core/types'; /** Slot names for TerminalDebugPanel visual regions. */ export type TerminalDebugPanelSlot = 'root' | 'toggleHeader' | 'toggleChevron' | 'toggleLabel' | 'fpsLabel' | 'content' | 'debugRow' | 'debugRowLabel' | 'debugRowValue'; /** * Default style slots for TerminalDebugPanel. */ export declare const terminalDebugPanelStyles: StyleSlots; //# sourceMappingURL=TerminalDebugPanel.styles.d.ts.map