UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

9 lines (8 loc) 373 B
import type { PanelSharedProps } from '../../interface'; export type QuarterPanelProps<DateType> = {} & PanelSharedProps<DateType>; declare function QuarterPanel<DateType>(_props: QuarterPanelProps<DateType>): import("vue/jsx-runtime").JSX.Element; declare namespace QuarterPanel { var displayName: string; var inheritAttrs: boolean; } export default QuarterPanel;