UNPKG

@tplc/business

Version:

10 lines (9 loc) 306 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 }