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