gstack/hosts/cursor.ts

9 lines
144 B
TypeScript

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