EASYAIuniappNewUI/node_modules/tnuiv3p-tn-time-line/tokens/time-line.ts
2025-02-08 18:50:38 +08:00

8 lines
186 B
TypeScript

import type { InjectionKey, Ref } from 'vue'
export type TimeLineContext = {
showLine: Ref<boolean>
}
export const timeLineKey: InjectionKey<TimeLineContext> = Symbol('timeLineKey')