- import type { PanelSharedProps } from '../../interface';
- export declare type QuarterPanelProps<DateType> = {} & PanelSharedProps<DateType>;
- declare function QuarterPanel<DateType>(_props: QuarterPanelProps<DateType>): JSX.Element;
- declare namespace QuarterPanel {
- var displayName: string;
- var inheritAttrs: boolean;
- }
- export default QuarterPanel;
|