@tplc/business
Version:
30 lines (29 loc) • 718 B
TypeScript
import { LcbActionViewProps } from '../lcb-action-view/types'
import { LcbBlockProps } from '../lcb-block/types'
export type LcbSearchProps = {
placeholder?: string
icon?: string
url?: string
iconSize?: string
borderWidth?: number
iconColor?: string
gap?: number
link?: LcbActionViewProps
iconType?: 'icon' | 'img'
mode?: 'search' | 'link'
productTypeList?: string[]
city?: boolean
cityColor?: string
citySize?: number
cityIconSize?: number
cityIconColor?: string
lineColor?: string
lineWidth?: number
linePadding?: number
lineHeight?: number
historyKey?: string
showCancel?: boolean
initFocus?: boolean
blockBackground?: string
} & LcbActionViewProps &
LcbBlockProps