ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
16 lines (15 loc) • 899 B
TypeScript
import type { CSSProperties } from 'vue';
import { FEEDBACK_VALUE } from './constants';
import type { ActionsFeedbackProps } from './preset-types';
declare const _default: import("vue").DefineComponent<ActionsFeedbackProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
change: (value: "default" | "like" | "dislike") => any;
}, string, import("vue").PublicProps, Readonly<ActionsFeedbackProps> & Readonly<{
onChange?: (value: "default" | "like" | "dislike") => any;
}>, {
classNames: Partial<Record<import("./constants").ActionsFeedbackSemanticType, string>>;
styles: Partial<Record<import("./constants").ActionsFeedbackSemanticType, CSSProperties>>;
prefixCls: string;
value: `${FEEDBACK_VALUE}`;
rootClassName: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;