Represents the properties for creating a button.

interface ICreateButtonProps {
    payload: any;
    search: string;
}

Properties

Properties

payload: any
search: string