@empathyco/x-components
Version:
Empathy X Components
47 lines (42 loc) • 1.3 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AiOverview](./x-components.aioverview.md)
## AiOverview variable
**Signature:**
```typescript
_default: import("vue").DefineComponent<{
title: {
type: PropType<string>;
default: string;
};
titleLoading: {
type: PropType<string>;
default: string;
};
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<{
title: {
type: PropType<string>;
default: string;
};
titleLoading: {
type: PropType<string>;
default: string;
};
buttonText: {
type: PropType<string>;
default: string;
};
}>>, {
title: string;
titleLoading: string;
buttonText: string;
}, {}>
```