MCPcopy
hub / github.com/wasp-lang/wasp / Props

Interface Props

web/versioned_docs/version-0.20/project/SecretGeneratorBlock.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import styles from "./SecretGeneratorBlock.module.css";
3
4interface Props {
5 buttonLabel?: string;
6}
7
8export function SecretGeneratorBlock({
9 buttonLabel = "Generate secret",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected