interface LoadButtonProps {
    show: boolean;
    text?: string;
}

Properties

Properties

show: boolean
text?: string