UNPKG

@tplc/business

Version:

36 lines (30 loc) 767 B
import { LcbActionViewProps } from '../lcb-action-view/types' import { LcbBlockProps } from '../lcb-block/types' export type LcbSearchProps = { // Define the component's prop types here 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