import * as React from 'react'; import type { SlateLeafProps } from 'platejs/static'; import { SlateLeaf } from 'platejs/static'; export function KbdLeafStatic(props: SlateLeafProps) { return ( {props.children} ); }