<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [MainScrollItem](./x-components.mainscrollitem.md)

## MainScrollItem variable

Wrapper for elements contained in the [MainScroll](./x-components.mainscroll.md) that should store/restore its position.

**Signature:**

```typescript
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    item: {
        type: PropType<Identifiable>;
        required: true;
    };
    tag: {
        type: PropType<string | Component>;
        default: string;
    };
}>, {
    rootRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    item: {
        type: PropType<Identifiable>;
        required: true;
    };
    tag: {
        type: PropType<string | Component>;
        default: string;
    };
}>> & Readonly<{}>, {
    tag: string | Component;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```
