FunctionButton({
appearance = "primary",
centered = true,
loading,
children,
wide,
...rest
}: ButtonProps)
apps/extension/src/core/components/pure/Button.tsx:17
FunctionInput({
value,
type = "text",
name,
onChange,
onBlur,
onEnter,
placeholder,
children,
required,
apps/extension/src/core/components/pure/Input.tsx:5