vemu.

constant

PERIPHERAL_VIEWS

Registry mapping a peripheral name (as reported by the machine) to a domain-specific inspector view. A peripheral without an entry here still appears in the list and is rendered with the generic fallback view. To add a richer view for a peripheral: write a component that accepts `PeripheralViewProps`, then add one line here.

const PERIPHERAL_VIEWS: Record<string, ComponentType<PeripheralViewProps>>