bits-ui
Version:
The headless components for Svelte.
5 lines (4 loc) • 304 B
TypeScript
import type { NavigationMenuIndicatorProps } from "../types.js";
declare const NavigationMenuIndicatorImpl: import("svelte").Component<NavigationMenuIndicatorProps, {}, "ref">;
type NavigationMenuIndicatorImpl = ReturnType<typeof NavigationMenuIndicatorImpl>;
export default NavigationMenuIndicatorImpl;