import { use } from '../utils';
import Cell from '../cell';
import CellGroup from '../cell-group';
import { inherit } from '../utils/functional';
const [sfc, bem] = use('panel');
function Panel(h, props, slots, ctx) {
const Content = () => [
slots.header ? (
slots.header()
) : (