Props

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

Properties

Properties

setName: (name: string) => void