FunctionTagChip({
children,
onRemove,
className,
indicatorClassName,
color,
icon,
variant = "solid",
}: Props)
apps/extension/src/components/tag/TagChip.tsx:15
FunctionTagChipCombobox({
tags,
max = 5,
onRemove,
onToggle,
trigger,
onSetTags,
expandable = true,
editable = true,
apps/extension/src/components/tag/TagChipCombobox.tsx:47
FunctionToggleGroup({
className,
variant,
size,
spacing = 0,
children,
...props
}: React.ComponentProps<typeof Toggle
packages/ui/src/ToggleGroup.tsx:20
FunctionTooltipContent({
className,
sideOffset = 0,
arrow,
children,
container,
...props
}: React.ComponentProps<typeof
packages/ui/src/Tooltip.tsx:33
FunctionWarp({
targets,
height,
width,
className,
onUpdate,
...props
}: CanvasProps & {
targets: GenieTarget
apps/web/src/app/Hero/GenieTabs/Warp.tsx:234
FunctionWaveform({
bars,
playing,
maxHeight = 16,
width = 2,
gap = 1,
style,
...props
}: WaveformProps)
apps/extension/src/components/Waveform.tsx:56
FunctioncoordinateGetter(
event,
{ context: { active, droppableRects, droppableContainers, collisionRect } },
)
apps/extension/src/components/SortableList/coordinateGetter.ts:16