Files
Stackq/node_modules/bits-ui/dist/bits/popover/components/popover-arrow.svelte.d.ts
T
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

4 lines
202 B
TypeScript

declare const PopoverArrow: import("svelte").Component<import("../../utilities/arrow/types.js").ArrowProps, {}, "ref">;
type PopoverArrow = ReturnType<typeof PopoverArrow>;
export default PopoverArrow;