MCPcopy
hub / github.com/pascalorg/editor / ButtonProps

Interface ButtonProps

packages/ui/src/button.tsx:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { ReactNode } from 'react'
4
5interface ButtonProps {
6 children: ReactNode
7 className?: string
8 appName: string
9}
10
11export const Button = ({ children, className, appName }: ButtonProps) => {
12 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…