| 1 | var __defProp = Object.defineProperty; |
| 2 | var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); |
| 3 | import * as React from "react"; |
| 4 | import { Slot } from "@radix-ui/react-slot"; |
nothing calls this directly
no test coverage detected