minishouyin/node_modules/rc-picker/es/PickerPanel/MonthPanel/index.d.ts

4 lines
210 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import * as React from 'react';
import type { SharedPanelProps } from '../../interface';
export default function MonthPanel<DateType extends object = any>(props: SharedPanelProps<DateType>): React.JSX.Element;