timeline-item.vue.d.ts 1010 B

1234567891011121314151617181920212223242526
  1. import { TimelineItemProps } from "./timeline-item.js";
  2. import * as _$vue from "vue";
  3. //#region ../../packages/components/timeline/src/timeline-item.vue.d.ts
  4. declare var __VLS_12: {}, __VLS_14: {};
  5. type __VLS_Slots = {} & {
  6. dot?: (props: typeof __VLS_12) => any;
  7. } & {
  8. default?: (props: typeof __VLS_14) => any;
  9. };
  10. declare const __VLS_base: _$vue.DefineComponent<TimelineItemProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TimelineItemProps> & Readonly<{}>, {
  11. size: "normal" | "large";
  12. type: "primary" | "success" | "warning" | "danger" | "info" | "";
  13. color: string;
  14. placement: "top" | "bottom";
  15. timestamp: string;
  16. }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
  17. declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
  18. declare const _default: typeof __VLS_export;
  19. type __VLS_WithSlots<T, S> = T & {
  20. new (): {
  21. $slots: S;
  22. };
  23. };
  24. //#endregion
  25. export { _default as default };