FunctionArtifactAction({
tooltip,
label,
icon: Icon,
children,
className,
size = "sm",
variant = "ghost",
...props
}
web/src/components/ai-elements/artifact.tsx:100
FunctionCarousel({
orientation = "horizontal",
opts,
setApi,
plugins,
className,
children,
...props
}: React.Com
web/src/components/ui/carousel.tsx:43
FunctionCodeBlock({
code,
language,
showLineNumbers = false,
className,
children,
...props
}: CodeBlockProps)
web/src/components/ai-elements/code-block.tsx:421
FunctionCodeBlockCopyButton({
onCopy,
onError,
timeout = 2000,
children,
className,
...props
}: CodeBlockCopyButtonProps)
web/src/components/ai-elements/code-block.tsx:451