MCPcopy Create free account
hub / github.com/Remocn/remocn / CommandMenuExampleProps

Interface CommandMenuExampleProps

components/docs/examples/command-menu-example.tsx:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16export const commandMenuExampleControls = [] as const;
17
18export type CommandMenuExampleProps = Record<string, never>;
19
20export const CommandMenuExampleScene = (_p: CommandMenuExampleProps = {}) => {
21 const frame = useCurrentFrame();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected