MCPcopy Create free account
hub / github.com/better-auth/examples / gutter

Function gutter

astro-example/src/components/ui/navigation-menu.tsx:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 const merge = mergeProps<navigationMenuProps<T>[]>(
47 {
48 get gutter() {
49 return props.withArrow ? props.gutter : 6;
50 },
51 withArrow: false,
52 },
53 props,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected