UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines (4 loc) 155 B
import type { DatePickerProps as AntdDatePickerProps } from 'antd'; export interface DatePickerProps extends AntdDatePickerProps { shadow?: boolean; }