@stanfordspezi/spezi-web-design-system
Version:
Stanford Biodesign Digital Health Spezi Web Design System
8 lines (7 loc) • 330 B
TypeScript
import { ComponentProps } from 'react';
import { Calendar } from '../Calendar';
export type DatePickerProps = ComponentProps<typeof Calendar>;
/**
* {@link Calendar} component displayed within a popover triggered by input-like button.
*/
export declare const DatePicker: (props: DatePickerProps) => import("react").JSX.Element;