FunctionButtonDrip({
x = 0,
y = 0,
color,
fullWidth,
onCompleted,
}: ButtonDripTypes)
src/components/ui/button/button-drip.tsx:12
FunctionListbox({
options,
onChange,
onSelect,
variant = 'ghost',
selectedOption,
className,
children,
}: Listb
src/components/ui/list-box.tsx:30
FunctionLoader({
tag = 'div',
size = 'medium',
variant = 'moveUp',
showOnlyThreeDots,
className,
}: LoaderTypes)
src/components/ui/loader.tsx:37