FunctionCallout({ variant, icon: IconComponent, containerClass, textClass, title, children }: any)
apps/docs/src/components/mintlify/Callout.tsx:47
FunctionCodeBlock({
filename,
className,
highlight,
children,
isGrouped = false,
}: CodeBlockProps)
apps/docs/src/components/CodeBlock.tsx:116
FunctionDragDropProvider({
children,
onCollision,
onBeforeDragStart,
onDragStart,
onDragMove,
onDragOver,
onDragEnd,
.
packages/react/src/core/context/DragDropProvider.tsx:47
FunctionDragOverlay({
children,
className,
dropAnimation,
style,
tag,
disabled,
}: Props<T, U>)
packages/react/src/core/draggable/DragOverlay.tsx:27