@tplc/business
Version:
16 lines (14 loc) • 476 B
text/typescript
import { LcbActionViewProps } from '../lcb-action-view/types'
import { LcbBlockProps } from '../lcb-block/types'
export interface LcbCalendarSearchProps extends LcbBlockProps {
// Define the component's prop types here
placeholder?: string
link?: LcbActionViewProps
icon?: string
mode?: 'link' | 'search'
inputLink?: LcbActionViewProps
placeholderColor?: string
placeholderFontSize?: number
placeholderFontWeight?: number
placeholderFontFamily?: string
}