UNPKG

visitor-segments

Version:
9 lines 335 B
import { Segment } from '../segment'; import { ValueStorageInterface } from '../lib/interfaces'; export declare class UrlKeywords extends Segment { constructor(visitor: ValueStorageInterface); get value(): string[]; setValue(value?: any): void; protected defaultValue(): any; } //# sourceMappingURL=urlKeywords.d.ts.map