MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / Props

Interface Props

src/components/kit/Dropdown.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { ReactNode } from "react";
3
4interface Props {
5 children: ReactNode;
6 tigger: ReactNode;
7}
8
9const Dropdown = (props: Props) => {
10 const { children, tigger } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected