1import { ark } from '@ark-ui/solid' 2import type { ComponentProps } from 'solid-js' 3import { styled } from 'styled-system/jsx' 4import { textarea } from 'styled-system/recipes' 5 6export type TextareaProps = ComponentProps<typeof Textarea> 7export const Textarea = styled(ark.textarea, textarea)