yingsa/admin/node_modules/element-plus/es/components/timeline/src/tokens.d.ts
2026-01-20 08:50:50 +08:00

8 lines
223 B
TypeScript

import type { Slots } from 'vue';
import type { TimelineProps } from './timeline';
export interface TimelineProvider {
props: TimelineProps;
slots: Slots;
}
export declare const TIMELINE_INJECTION_KEY = "timeline";