UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

6 lines (5 loc) 289 B
import * as React from 'react'; import type { PanelSharedProps } from '../../interface'; export type QuarterPanelProps<DateType> = {} & PanelSharedProps<DateType>; declare function QuarterPanel<DateType>(props: QuarterPanelProps<DateType>): React.JSX.Element; export default QuarterPanel;