2ccc5ca9c2a4d3d2e50869b44c2855a325cb0545468a45427ee0deeddd92e60064e296db6bb77137e371e51fccf9abb5aca0e776d9b70af9ee1b8854e72226 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. import type { PropType } from 'vue';
  2. import type Color from '../utils/color';
  3. declare const _default: import("vue").DefineComponent<{
  4. color: {
  5. type: PropType<Color>;
  6. required: true;
  7. };
  8. disabled: BooleanConstructor;
  9. }, {
  10. cursorTop: import("vue").Ref<number>;
  11. cursorLeft: import("vue").Ref<number>;
  12. background: import("vue").Ref<string>;
  13. colorValue: import("vue").ComputedRef<{
  14. hue: any;
  15. value: any;
  16. }>;
  17. handleDrag: (event: MouseEvent | TouchEvent) => void;
  18. update: () => void;
  19. ns: {
  20. namespace: import("vue").ComputedRef<string>;
  21. b: (blockSuffix?: string) => string;
  22. e: (element?: string) => string;
  23. m: (modifier?: string) => string;
  24. be: (blockSuffix?: string, element?: string) => string;
  25. em: (element?: string, modifier?: string) => string;
  26. bm: (blockSuffix?: string, modifier?: string) => string;
  27. bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
  28. is: {
  29. (name: string, state: boolean | undefined): string;
  30. (name: string): string;
  31. };
  32. cssVar: (object: Record<string, string>) => Record<string, string>;
  33. cssVarName: (name: string) => string;
  34. cssVarBlock: (object: Record<string, string>) => Record<string, string>;
  35. cssVarBlockName: (name: string) => string;
  36. };
  37. }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
  38. color: {
  39. type: PropType<Color>;
  40. required: true;
  41. };
  42. disabled: BooleanConstructor;
  43. }>>, {
  44. disabled: boolean;
  45. }>;
  46. export default _default;