UNPKG

bits-ui

Version:

The headless components for Svelte.

5 lines (4 loc) 304 B
import type { NavigationMenuIndicatorProps } from "../types.js"; declare const NavigationMenuIndicatorImpl: import("svelte").Component<NavigationMenuIndicatorProps, {}, "ref">; type NavigationMenuIndicatorImpl = ReturnType<typeof NavigationMenuIndicatorImpl>; export default NavigationMenuIndicatorImpl;