鍒濆鎻愪氦锛氱墰鍙暟鎹鐞嗙郴缁?- 鍖呭惈鍚庣Spring Boot鍜屽墠绔疺ue3椤圭洰
This commit is contained in:
18
admin-system/node_modules/element-plus/es/components/calendar/src/use-date-table.d.ts
generated
vendored
Normal file
18
admin-system/node_modules/element-plus/es/components/calendar/src/use-date-table.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import dayjs from 'dayjs';
|
||||
import type { SetupContext } from 'vue';
|
||||
import type { Dayjs } from 'dayjs';
|
||||
import type { CalendarDateCell, CalendarDateCellType, DateTableEmits, DateTableProps } from './date-table';
|
||||
export declare const useDateTable: (props: DateTableProps, emit: SetupContext<DateTableEmits>["emit"]) => {
|
||||
now: dayjs.Dayjs;
|
||||
isInRange: import("vue").ComputedRef<boolean>;
|
||||
rows: import("vue").ComputedRef<CalendarDateCell[][]>;
|
||||
weekDays: import("vue").ComputedRef<string[]>;
|
||||
getFormattedDate: (day: number, type: CalendarDateCellType) => Dayjs;
|
||||
handlePickDay: ({ text, type }: CalendarDateCell) => void;
|
||||
getSlotData: ({ text, type }: CalendarDateCell) => {
|
||||
isSelected: boolean;
|
||||
type: string;
|
||||
day: string;
|
||||
date: Date;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user