/** @jsx jsx */ import { jsx } from 'slate-hyperscript' export const input = ( word ) export const output = { children: [ { children: [ { text: 'word', }, ], }, ], }