ether-admin/node_modules/ant-design-vue/es/vc-picker/panels/QuarterPanel/index.d.ts

9 lines
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;