Interface IAutoClosingPair

interface IAutoClosingPair {
    close: string;
    open: string;
}

Properties§

§close: string
§open: string