UNPKG

@tplc/business

Version:

14 lines (13 loc) 431 B
import { LcbActionViewProps } from '../lcb-action-view/types' import { LcbBlockProps } from '../lcb-block/types' export interface LcbCalendarSearchProps extends LcbBlockProps { placeholder?: string link?: LcbActionViewProps icon?: string mode?: 'link' | 'search' inputLink?: LcbActionViewProps placeholderColor?: string placeholderFontSize?: number placeholderFontWeight?: number placeholderFontFamily?: string }