import { MenuList } from 'tvu-react-pilot'
// DS is dark-default (:root tokens). Cards render on white, so wrap every story
// on the DS's own dark surface — mirrors react-pilot App.tsx Card.
const Surface = ({ children }: any) => (
{children}
)
// Vertical (default) = dropdown / panel body. Active item → brand color +
// trailing `action/selected` checkmark.
export const Vertical = () => (
)
// Horizontal = topbar nav. Active item → brand-color underline.
export const Horizontal = () => (
)