marker.d.ts 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. import type { CSSProperties, ExtractPropTypes } from 'vue';
  2. export declare const sliderMarkerProps: {
  3. readonly mark: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | {
  4. style: CSSProperties;
  5. label: any;
  6. }) | (() => string | {
  7. style: CSSProperties;
  8. label: any;
  9. }) | ((new (...args: any[]) => string | {
  10. style: CSSProperties;
  11. label: any;
  12. }) | (() => string | {
  13. style: CSSProperties;
  14. label: any;
  15. }))[], unknown, unknown, undefined, boolean>;
  16. };
  17. export type SliderMarkerProps = ExtractPropTypes<typeof sliderMarkerProps>;
  18. declare const _default: import("vue").DefineComponent<{
  19. readonly mark: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | {
  20. style: CSSProperties;
  21. label: any;
  22. }) | (() => string | {
  23. style: CSSProperties;
  24. label: any;
  25. }) | ((new (...args: any[]) => string | {
  26. style: CSSProperties;
  27. label: any;
  28. }) | (() => string | {
  29. style: CSSProperties;
  30. label: any;
  31. }))[], unknown, unknown, undefined, boolean>;
  32. }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
  33. [key: string]: any;
  34. }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
  35. readonly mark: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | {
  36. style: CSSProperties;
  37. label: any;
  38. }) | (() => string | {
  39. style: CSSProperties;
  40. label: any;
  41. }) | ((new (...args: any[]) => string | {
  42. style: CSSProperties;
  43. label: any;
  44. }) | (() => string | {
  45. style: CSSProperties;
  46. label: any;
  47. }))[], unknown, unknown, undefined, boolean>;
  48. }>>, {
  49. readonly mark: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
  50. style: CSSProperties;
  51. label: any;
  52. }) | (() => string | {
  53. style: CSSProperties;
  54. label: any;
  55. }) | ((new (...args: any[]) => string | {
  56. style: CSSProperties;
  57. label: any;
  58. }) | (() => string | {
  59. style: CSSProperties;
  60. label: any;
  61. }))[], unknown, unknown>;
  62. }>;
  63. export default _default;