import { ark } from '@ark-ui/solid' import type { ComponentProps } from 'solid-js' import { styled } from 'styled-system/jsx' import { code } from 'styled-system/recipes' export type CodeProps = ComponentProps export const Code = styled(ark.code, code)