Files
game-cards-poker-design/frontend/node_modules/element-plus/lib/components/calendar/src/select-controller.vue.d.ts
Poker Design Developer 5dbcebf7a2 Fix frontend blank page issues
- Fix router import path in main.js
- Handle Django REST Framework pagination format in API calls
- Add getTemplates function to project API
- Restart frontend development server
2026-05-31 18:40:56 +08:00

13 lines
715 B
TypeScript

import { SelectControllerProps } from "./select-controller.js";
import * as _$vue from "vue";
import dayjs from "dayjs";
//#region ../../packages/components/calendar/src/select-controller.vue.d.ts
declare const __VLS_export: _$vue.DefineComponent<SelectControllerProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
"date-change": (date: dayjs.Dayjs | "today") => void;
}, string, _$vue.PublicProps, Readonly<SelectControllerProps> & Readonly<{
"onDate-change"?: ((date: dayjs.Dayjs | "today") => any) | undefined;
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
//#endregion
export { _default as default };