UNPKG

plazbot

Version:

Official Plazbot SDK for creating AI agents for WhatsApp, portals, and developers.

7 lines (6 loc) 244 B
import type { CSSProperties } from 'react'; export interface DateSeparatorProps { date: Date; style?: CSSProperties; } export declare function DateSeparator({ date, style }: DateSeparatorProps): import("react/jsx-runtime").JSX.Element;