import React from 'react'; import { type ComposableProps } from '../../../lib/slot'; export interface DatePickerTriggerProps extends ComposableProps<'button'> { /** * Trigger content (typically DatePickerInput). */ children?: React.ReactNode; /** * Icon name * @default 'calendar' */ icon?: 'calendar' | 'chevron-down'; } /** * DatePickerTrigger Component * * A composable component for the trigger button/input wrapper of a DatePicker. * Typically wraps DatePickerInput. * * @public * * @example * ```tsx * * * * * * * ``` * * @remarks * - Wraps the HTML `