完全跑通1.0版本
This commit is contained in:
11
frontend/node_modules/element-plus/lib/components/timeline/src/tokens.d.ts
generated
vendored
Normal file
11
frontend/node_modules/element-plus/lib/components/timeline/src/tokens.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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 };
|
||||
Reference in New Issue
Block a user