import { Steps, StepItem } from 'tvu-react-pilot' // StepItem requires a parent — author it inside ; that IS its render. const Surface = ({ children }: any) => (
{children}
) // All three states in one flow: completed / active / pending. export const States = () => (
) export const Vertical = () => (
)