@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
29 lines (28 loc) • 1.03 kB
TypeScript
import { PropType } from 'vue';
import { Color } from './interface';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
x: {
type: NumberConstructor;
required: true;
};
color: {
type: PropType<Color>;
required: true;
};
colorString: StringConstructor;
type: PropType<"hue" | "alpha">;
onChange: PropType<(x: number) => void>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
x: {
type: NumberConstructor;
required: true;
};
color: {
type: PropType<Color>;
required: true;
};
colorString: StringConstructor;
type: PropType<"hue" | "alpha">;
onChange: PropType<(x: number) => void>;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;