UNPKG

welcome-ui

Version:

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

7 lines (6 loc) 196 B
import { UsePopover } from './usePopover'; type ArrowProps = { store: UsePopover; }; export declare const Arrow: ({ store }: ArrowProps) => import("react/jsx-runtime").JSX.Element; export {};