step.vue.d.ts 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. import { TourMask } from "./types.js";
  2. import { TourStepProps } from "./step.js";
  3. import * as _$vue from "vue";
  4. import * as _$_floating_ui_dom0 from "@floating-ui/dom";
  5. //#region ../../packages/components/tour/src/step.vue.d.ts
  6. declare var __VLS_12: {}, __VLS_14: {};
  7. type __VLS_Slots = {} & {
  8. header?: (props: typeof __VLS_12) => any;
  9. } & {
  10. default?: (props: typeof __VLS_14) => any;
  11. };
  12. declare const __VLS_base: _$vue.DefineComponent<TourStepProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
  13. close: () => void;
  14. }, string, _$vue.PublicProps, Readonly<TourStepProps> & Readonly<{
  15. onClose?: (() => any) | undefined;
  16. }>, {
  17. placement: _$_floating_ui_dom0.Placement;
  18. showArrow: boolean;
  19. mask: TourMask;
  20. showClose: boolean;
  21. scrollIntoViewOptions: boolean | ScrollIntoViewOptions;
  22. }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
  23. declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
  24. declare const _default: typeof __VLS_export;
  25. type __VLS_WithSlots<T, S> = T & {
  26. new (): {
  27. $slots: S;
  28. };
  29. };
  30. //#endregion
  31. export { _default as default };