@empathyco/x-components
Version:
Empathy X Components
69 lines • 1.69 kB
TypeScript
import type { PropType } from 'vue';
declare const _default: import("vue").DefineComponent<{
/**
* The text displayed when the question ended loading
*
* @public
*/
title: {
type: PropType<string>;
default: string;
};
/**
* The text displayed when the question is loading.
*
* @public
*/
titleLoading: {
type: PropType<string>;
default: string;
};
/**
* The text displayed on the expand button.
*
* @public
*/
buttonText: {
type: PropType<string>;
default: string;
};
}, {
expanded: import("vue").Ref<boolean>;
question: import("vue").ComputedRef<import("@empathyco/x-types").AiQuestion | undefined>;
open: () => void;
loading: import("vue").ComputedRef<boolean>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* The text displayed when the question ended loading
*
* @public
*/
title: {
type: PropType<string>;
default: string;
};
/**
* The text displayed when the question is loading.
*
* @public
*/
titleLoading: {
type: PropType<string>;
default: string;
};
/**
* The text displayed on the expand button.
*
* @public
*/
buttonText: {
type: PropType<string>;
default: string;
};
}>>, {
title: string;
titleLoading: string;
buttonText: string;
}, {}>;
export default _default;
//# sourceMappingURL=ai-overview.vue?vue&type=script&lang.d.ts.map