import { SelectBoxLine } from 'tvu-react-pilot'
const Surface = ({ children }: any) => (
{children}
)
const channels = [
{ label: 'Studio A — Main', value: 'studio-a' },
{ label: 'Studio B — Backup', value: 'studio-b' },
{ label: 'Field Unit 3', value: 'field-3' },
{ label: 'Remote Guest', value: 'remote' },
]
export const Placeholder = () => (
)
export const Selected = () => (
)
export const Sizes = () => (
)
export const Error = () => (
)
export const Disabled = () => (
)