interface HilightConfig {
    mode: HilightMode;
    options: any;
}

Properties

Properties

options: any