import { defineHost } from './define-host'; const cursor = defineHost({ name: 'cursor', displayName: 'Cursor', }); export default cursor;