Interface IProps

    Props

    interface IProps {
        setName: ((name: string) => void);
    }

    Properties

    Properties

    setName: ((name: string) => void)

    Generated using TypeDoc and TypeDoc Airthium Plugin