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

/**
 * TextBlock is used to render a block of text that occupies the full width available.
 * Usually used to render paragraphs or text.
 */
const TextBlock = createRemoteComponent('TextBlock');

export { TextBlock };
