FunctionCardSpotlight({
children,
className,
spotlightColor = 'rgba(255, 255, 255, 0.25)',
}: CardSpotlightProps)
components/ui/card-spotlight.tsx:12
FunctionCarousel({
orientation = "horizontal",
opts,
setApi,
plugins,
className,
children,
...props
}: React.Com
components/ui/carousel.tsx:45
FunctionChartLegendContent({
className,
hideIcon = false,
payload,
verticalAlign = "bottom",
nameKey,
}: React.ComponentProps<
components/ui/chart.tsx:255
FunctionChartTooltipContent({
active,
payload,
className,
indicator = "dot",
hideLabel = false,
hideIndicator = false,
labe
components/ui/chart.tsx:107
FunctionCheckpointTrigger({
children,
className,
variant = "ghost",
size = "sm",
tooltip,
...props
}: CheckpointTriggerProp
components/ai-elements/checkpoint.tsx:45
FunctionCodeBlock({
code,
language,
showLineNumbers = false,
className,
children,
...props
}: CodeBlockProps)
components/ai-elements/code-block.tsx:75
FunctionCodeBlockCopyButton({
onCopy,
onError,
timeout = 2000,
children,
className,
...props
}: CodeBlockCopyButtonProps)
components/ai-elements/code-block.tsx:138