interface WrappableOption {
    wrappers?: Wrapper[];
}

Properties

Properties

wrappers?: Wrapper[]