melt
Version:
The next generation of Melt UI. Built for Svelte 5.
11 lines (10 loc) • 317 B
TypeScript
type Props = {
initial: string[];
wrap?: boolean;
crossAxis?: boolean;
};
declare const SpatialMenuNavTest: import("svelte").Component<Props, {
getHighlighted: () => string | null | undefined;
}, "">;
type SpatialMenuNavTest = ReturnType<typeof SpatialMenuNavTest>;
export default SpatialMenuNavTest;