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

/**
 * A text field is an input field that merchants can type into.
 */
const TextField = createRemoteComponent('TextField');

export { TextField };
