import type { ThemeUICSSObject } from "theme-ui" export const visuallyHidden: ThemeUICSSObject = { border: 0, clip: `rect(0 0 0 0)`, height: `1px`, width: `1px`, margin: `-1px`, padding: 0, overflow: `hidden`, position: `absolute`, }