first commit
This commit is contained in:
+11
@@ -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