MCPcopy Create free account
hub / github.com/bytebase/dbhub / AutocompleteTrigger

Function AutocompleteTrigger

frontend/src/components/ui/autocomplete.tsx:269–280  ·  view source on GitHub ↗
({
  className,
  ...props
}: AutocompletePrimitive.Trigger.Props)

Source from the content-addressed store, hash-verified

267}
268
269function AutocompleteTrigger({
270 className,
271 ...props
272}: AutocompletePrimitive.Trigger.Props) {
273 return (
274 <AutocompletePrimitive.Trigger
275 className={className}
276 data-slot="autocomplete-trigger"
277 {...props}
278 />
279 );
280}
281
282export {
283 Autocomplete,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected