UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

11 lines (10 loc) 176 B
"use client"; import { css as o } from "@xstyled/styled-components"; const s = o` white-space: nowrap; overflow: hidden; text-overflow: ellipsis; `; export { s as o };