Files
aihot/frontend/node_modules/element-plus/lib/components/timeline/src/tokens.d.ts
2026-05-26 12:56:03 +08:00

11 lines
325 B
TypeScript

import { TimelineProps } from "./timeline.js";
import { Slots } from "vue";
//#region ../../packages/components/timeline/src/tokens.d.ts
interface TimelineProvider {
props: TimelineProps;
slots: Slots;
}
declare const TIMELINE_INJECTION_KEY = "timeline";
//#endregion
export { TIMELINE_INJECTION_KEY, TimelineProvider };