@karmaniverous/react-component-npm-package-template-ts
    Preparing search index...

    Type Alias HelloWorldProps

    HelloWorldProps defines the props for the HelloWorld component.

    type HelloWorldProps = {
        who?: string;
    }
    Index

    Properties

    Properties

    who?: string

    Whom to greet. Defaults to "World".