<!-- 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<{
    item: {
        type: PropType<Identifiable<string | number>>;
        required: true;
    };
    tag: {
        type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>>;
        default: string;
    };
}, {
    rootRef: Ref<HTMLElement | undefined>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    item: {
        type: PropType<Identifiable<string | number>>;
        required: true;
    };
    tag: {
        type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>>;
        default: string;
    };
}>>, {
    tag: string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
}, {}>
```
