↓ 1 callersFunctionuseDragSelect({
containerSelector,
itemSelector,
getItemId,
onSelectionChange,
initialSelectedIds = [],
onSuppr
src/hooks/useDragSelect.ts:12
↓ 1 callersFunctionwriteTransparentPixels(
data: Uint8ClampedArray,
mask: Uint8Array,
width: number,
height: number,
keyRgb: Rgb,
)
src/lib/transparentImage.ts:223
FunctionCheckbox({ checked, onChange, label, tone = 'primary', className, ...props }: CheckboxProps)
src/components/Checkbox.tsx:10
FunctionFavoriteCollectionOverviewCard({
card,
coverTask,
isVirtualAll,
isDefault,
canDelete,
isSelected,
editingId,
editingName,
src/components/favorites/FavoriteCollectionOverviewCard.tsx:45
FunctionHistoryActionButton({
tooltip,
className,
disabled = false,
onClick,
onMouseDown,
children,
}: {
tooltip: string
src/components/HistoryModal.tsx:8
FunctionInputParamsPanel({
cols,
params,
setParams,
activeProfile,
isFalProvider,
isFalTextToImage,
displaySize,
quali
src/components/input/inputParamsPanel.tsx:14
FunctionSearchActionButton({
tooltip,
className,
disabled = false,
onClick,
children,
}: {
tooltip: string
className: stri
src/components/SearchBar.tsx:8
FunctionSelect({ value, onChange, onReorder, options, disabled, className, onOpenChange }: SelectProps)
src/components/Select.tsx:30