import { JSX } from 'solid-js'; import { CreatePlyrProps } from '../createPlyr'; import '../styles.css'; export default function SolidDashPlyr(props: CreatePlyrProps): JSX.Element;