FunctionCommitCopyButton({
hash,
onCopy,
onError,
timeout = 2000,
children,
className,
...props
}: CommitCopyButtonProps
web/src/components/ai-elements/commit.tsx:206
FunctionEnvironmentVariableCopyButton({
onCopy,
onError,
timeout = 2000,
copyFormat = "value",
children,
className,
...props
}: Envir
web/src/components/ai-elements/environment-variables.tsx:255
FunctionFileTreeFile({
path,
name,
icon,
className,
children,
...props
}: FileTreeFileProps)
web/src/components/ai-elements/file-tree.tsx:199