import { ark } from '@ark-ui/react/factory' import type { ComponentProps } from 'react' import { styled } from 'styled-system/jsx' import { absoluteCenter } from 'styled-system/recipes' export type AbsoluteCenterProps = ComponentProps export const AbsoluteCenter = styled(ark.div, absoluteCenter)