@tplc/wot
Version:
46 lines (45 loc) • 938 B
TypeScript
declare const _default: import('vue').DefineComponent<
{
customStyle: {
type: import('vue').PropType<string>
default: string
}
customClass: {
type: import('vue').PropType<string>
default: string
}
},
{},
unknown,
{},
{},
import('vue').ComponentOptionsMixin,
import('vue').ComponentOptionsMixin,
{
back: (...args: any[]) => void
'back-home': (...args: any[]) => void
},
string,
import('vue').PublicProps,
Readonly<
import('vue').ExtractPropTypes<{
customStyle: {
type: import('vue').PropType<string>
default: string
}
customClass: {
type: import('vue').PropType<string>
default: string
}
}>
> & {
onBack?: ((...args: any[]) => any) | undefined
'onBack-home'?: ((...args: any[]) => any) | undefined
},
{
customStyle: string
customClass: string
},
{}
>
export default _default