import { SelectBoxFilled } from 'tvu-react-pilot'
const Surface = ({ children }: any) => (
{children}
)
const protocols = [
{ label: 'SRT', value: 'srt' },
{ label: 'RTMP', value: 'rtmp' },
{ label: 'HLS', value: 'hls' },
{ label: 'WebRTC', value: 'webrtc' },
]
export const Placeholder = () => (
)
export const Selected = () => (
)
export const Sizes = () => (
)
export const Error = () => (
)
export const Disabled = () => (
)