import { forwardRef } from 'preact/compat'; export const Panel = forwardRef(function Panel( { classes = '', padding = '2rem', fullWidth = true, fullHeight = false, glowing = false, topFocus = false, onlyBorder = false, children }, ref ) { return (