import { expectError, expectType } from 'tsd'
import * as React from 'react'
import Vimeo from '.'
// Missing required prop `video`.
expectError()
{
const element = (
{
expectType(event.seconds)
expectType(event.duration)
expectType(event.percent)
}}
/>
)
}
{
const element =
}
{
const element = (
{
player.getCurrentTime()
}}
/>
)
}
{
const element = (
)
}