@tplc/wot
Version:
83 lines (82 loc) • 1.94 kB
TypeScript
declare const _default: __VLS_WithTemplateSlots<
import('vue').DefineComponent<
{
type: import('vue').PropType<import('./types').CardType>
title: StringConstructor
customTitleClass: {
type: import('vue').PropType<string>
default: string
}
customContentClass: {
type: import('vue').PropType<string>
default: string
}
customFooterClass: {
type: import('vue').PropType<string>
default: string
}
customStyle: {
type: import('vue').PropType<string>
default: string
}
customClass: {
type: import('vue').PropType<string>
default: string
}
},
{},
unknown,
{},
{},
import('vue').ComponentOptionsMixin,
import('vue').ComponentOptionsMixin,
{},
string,
import('vue').PublicProps,
Readonly<
import('vue').ExtractPropTypes<{
type: import('vue').PropType<import('./types').CardType>
title: StringConstructor
customTitleClass: {
type: import('vue').PropType<string>
default: string
}
customContentClass: {
type: import('vue').PropType<string>
default: string
}
customFooterClass: {
type: import('vue').PropType<string>
default: string
}
customStyle: {
type: import('vue').PropType<string>
default: string
}
customClass: {
type: import('vue').PropType<string>
default: string
}
}>
>,
{
customStyle: string
customClass: string
customTitleClass: string
customContentClass: string
customFooterClass: string
},
{}
>,
{
title?(_: {}): any
default?(_: {}): any
footer?(_: {}): any
}
>
export default _default
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S
}
}