import { Tooltip } from 'tvu-react-pilot'
// Extra vertical/horizontal padding so the open tooltip bubble is not clipped.
const Surface = ({ children }: any) => (
{children}
)
const Target = ({ children }: any) => (
{children}
)
// Author with `open` so the tooltip bubble is visible in the static card.
export const CenterDown = () => (
On-air status
)
export const CenterUp = () => (
Bitrate
)
export const RightDown = () => (
Source
)