export type KbdProps = {
  /** Content of the kbd. */
  content: string | string[];
};
