interface Props {
    bottom?: string;
    closeBtn?: boolean;
    disableAutoFocus?: boolean;
    left?: string;
    right?: string;
    top?: string;
}

Properties

bottom?: string
closeBtn?: boolean
disableAutoFocus?: boolean
left?: string
right?: string
top?: string