import { Button } from 'tvu-react-pilot' // The DS is dark-default (:root tokens). Preview cards render on a white body, // so wrap each story on the DS's own dark surface — mirrors react-pilot's // App.tsx demo Card (background: var(--bg-layer*)). const Surface = ({ children }: any) => (
{children}
) export const Primary = () => ( ) export const Variants = () => ( ) export const Colors = () => ( ) export const Sizes = () => ( ) export const States = () => ( )