UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 316 B
import type { HtmlIngredientProps } from '../types.js'; export interface MenuArrowTipProps extends HtmlIngredientProps<'span', HTMLSpanElement> { } declare const MenuArrowTip: import("svelte").Component<MenuArrowTipProps, {}, "ref">; type MenuArrowTip = ReturnType<typeof MenuArrowTip>; export default MenuArrowTip;