MCPcopy Create free account
hub / github.com/celerforge/freenote / FormButtonProps

Interface FormButtonProps

src/components/form-button.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { useFormState } from "react-hook-form";
4
5interface FormButtonProps extends ButtonProps {
6 pendingText?: string;
7}
8
9export function FormButton({
10 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected