import { Slider } from 'tvu-react-pilot' const Surface = ({ children }: any) => (
{children}
) export const Default = () => (
) export const Values = () => (
) export const SmallSize = () => (
) export const Disabled = () => (
)