FunctionBaseButton({
tooltipLabel,
type = "button",
loading,
loadingText = "Loading",
children,
...props
app/components/reusables/BaseButton.tsx:25
FunctionChargeInput({
label,
name,
switchAmountType,
type,
setType,
currency,
}: ChargeInputProps)
app/components/reusables/form-fields/ChargeInput.tsx:38
FunctionFormInput({
name,
label,
labelHelper,
placeholder,
vertical = false,
...props
}: FormInputProps
app/components/reusables/form-fields/FormInput.tsx:24