@tplc/wot
Version:
88 lines (87 loc) • 2.25 kB
TypeScript
import type { CSSProperties } from 'vue'
import type { SkeletonRowCol } from './types'
declare const _default: __VLS_WithTemplateSlots<
import('vue').DefineComponent<
{
theme: {
type: import('vue').PropType<import('./types').SkeletonTheme>
default: import('./types').SkeletonTheme
}
rowCol: {
type: import('vue').PropType<SkeletonRowCol[]>
default: () => never[]
}
loading: {
type: BooleanConstructor
default: boolean
}
animation: {
type: import('vue').PropType<import('./types').SkeletonAnimation>
default: string
}
customClass: {
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[]
default: string
}
customStyle: {
type: import('vue').PropType<CSSProperties>
default(): {}
}
},
{},
unknown,
{},
{},
import('vue').ComponentOptionsMixin,
import('vue').ComponentOptionsMixin,
{},
string,
import('vue').PublicProps,
Readonly<
import('vue').ExtractPropTypes<{
theme: {
type: import('vue').PropType<import('./types').SkeletonTheme>
default: import('./types').SkeletonTheme
}
rowCol: {
type: import('vue').PropType<SkeletonRowCol[]>
default: () => never[]
}
loading: {
type: BooleanConstructor
default: boolean
}
animation: {
type: import('vue').PropType<import('./types').SkeletonAnimation>
default: string
}
customClass: {
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[]
default: string
}
customStyle: {
type: import('vue').PropType<CSSProperties>
default(): {}
}
}>
>,
{
theme: import('./types').SkeletonTheme
customStyle: CSSProperties
customClass: string | Record<string, any> | unknown[]
loading: boolean
animation: import('./types').SkeletonAnimation
rowCol: SkeletonRowCol[]
},
{}
>,
{
default?(_: {}): any
}
>
export default _default
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S
}
}