FunctionBaseDotLottieReact({
animationId,
autoplay,
backgroundColor,
className,
createDotLottie,
data,
dotLottieRefCallbac
packages/react/src/base-dotlottie-react.tsx:48
FunctionDotLottieCDNPlayer({
version,
src,
autoplay,
loop,
speed,
mode,
backgroundColor,
useFrameInterpolation,
animat
apps/viewer/src/components/dotlottie-cdn-player.tsx:52
FunctionDotLottieComponent({
children,
class: className,
setCanvasRef,
setContainerRef,
style,
...rest
}: DotLottieComponent
packages/solid/src/use-dotlottie.tsx:10
FunctionDotLottieGPUPlayer({
renderer,
src,
autoplay,
loop,
speed,
mode,
backgroundColor,
useFrameInterpolation,
anima
apps/viewer/src/components/dotlottie-gpu-player.tsx:71
FunctionResizableSplit({
left,
right,
initialLeftPercent = 50,
minLeftPercent = 20,
maxLeftPercent = 80,
})
apps/viewer/src/components/playground/resizable-split.tsx:11
FunctionStepSelect({
className = '',
min,
max,
step = 1,
allowOverlap = false,
values,
onChange,
...props
})
apps/viewer/src/components/form/step-select.tsx:13