@tplc/wot
Version:
44 lines (43 loc) • 850 B
TypeScript
import { type PreviewVideo } from './types'
declare const _default: import('vue').DefineComponent<
{
customStyle: {
type: import('vue').PropType<string>
default: string
}
customClass: {
type: import('vue').PropType<string>
default: string
}
},
{
open: (video: PreviewVideo) => void
close: () => void
},
unknown,
{},
{},
import('vue').ComponentOptionsMixin,
import('vue').ComponentOptionsMixin,
{},
string,
import('vue').PublicProps,
Readonly<
import('vue').ExtractPropTypes<{
customStyle: {
type: import('vue').PropType<string>
default: string
}
customClass: {
type: import('vue').PropType<string>
default: string
}
}>
>,
{
customStyle: string
customClass: string
},
{}
>
export default _default