mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
build(react): build26 from 45504a2b
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
"use client";
|
||||
import { useTooltipContext } from "./context.js";
|
||||
import { createContextPart } from "../create-context-part.js";
|
||||
//#region src/ui/tooltip/tooltip-arrow.tsx
|
||||
/** Decorative arrow pointing from the tooltip toward the trigger. Hidden from assistive technology. */
|
||||
const TooltipArrow = createContextPart({
|
||||
displayName: "TooltipArrow",
|
||||
tag: "div",
|
||||
useContext: useTooltipContext,
|
||||
staticProps: { "aria-hidden": "true" }
|
||||
});
|
||||
//#endregion
|
||||
export { TooltipArrow };
|
||||
|
||||
//# sourceMappingURL=tooltip-arrow.js.map
|
||||
Reference in New Issue
Block a user