UNPKG

@heroui/theme

Version:

The default theme for HeroUI components

22 lines (19 loc) 287 B
import { tv } from "./chunk-TX3FPB7D.mjs"; // src/components/spacer.ts var spacer = tv({ base: "w-px h-px inline-block", variants: { isInline: { true: "inline-block", false: "block" } }, defaultVariants: { isInline: false } }); export { spacer };