import { ark } from '@ark-ui/solid' import type { ComponentProps } from 'solid-js' import { styled } from 'styled-system/jsx' import { link } from 'styled-system/recipes' export type LinkProps = ComponentProps export const Link = styled(ark.a, link)