import { createRemoteComponent } from '@remote-ui/core';

/**
 * ScrollView is a container for long form content, such as order summary line items,
 * that allows for scrolling so customers can expose more content as they view.
 */
const ScrollView = createRemoteComponent('ScrollView');

export { ScrollView };
