@tplc/business
Version:
53 lines (52 loc) • 964 B
TypeScript
import { PropType } from 'vue'
import { LcbActionViewProps } from '../../lcb-action-view/types'
declare const _default: import('vue').DefineComponent<
{
link: {
type: PropType<LcbActionViewProps>
}
searchText: {
type: StringConstructor
default: string
}
left: {
type: BooleanConstructor
}
back: {
type: BooleanConstructor
}
},
{},
unknown,
{},
{},
import('vue').ComponentOptionsMixin,
import('vue').ComponentOptionsMixin,
{},
string,
import('vue').PublicProps,
Readonly<
import('vue').ExtractPropTypes<{
link: {
type: PropType<LcbActionViewProps>
}
searchText: {
type: StringConstructor
default: string
}
left: {
type: BooleanConstructor
}
back: {
type: BooleanConstructor
}
}>
>,
{
left: boolean
back: boolean
searchText: string
},
{}
>
export default _default