interface Props {
    error: null | string;
    onDismiss: () => void;
}

Properties

Properties

error: null | string
onDismiss: () => void