UNPKG

wetrade-design

Version:

一款多语言支持Vue3的UI框架

9 lines (8 loc) 335 B
import type { PanelSharedProps } from '../../interface'; export declare type WeekPanelProps<DateType> = PanelSharedProps<DateType>; declare function WeekPanel<DateType>(_props: WeekPanelProps<DateType>): JSX.Element; declare namespace WeekPanel { var displayName: string; var inheritAttrs: boolean; } export default WeekPanel;