<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [PartialResultsList](./x-components.partialresultslist.md)

## PartialResultsList variable

It renders a list of partial results from [SearchState.partialResults](./x-components.searchstate.partialresults.md) by default. It also provides the partial result slot to customize the item with the partial result bound.

**Signature:**

```typescript
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    animation: {
        type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
        default: string;
    };
    maxItemsToRender: {
        type: NumberConstructor;
        default: number;
    };
}>, {
    partialResults: import("vue").ComputedRef<import("@empathyco/x-types").PartialResult[]>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    animation: {
        type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
        default: string;
    };
    maxItemsToRender: {
        type: NumberConstructor;
        default: number;
    };
}>> & Readonly<{}>, {
    animation: string | Function | Record<string, any>;
    maxItemsToRender: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```
