ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
9 lines (8 loc) • 373 B
TypeScript
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;