visitor-segments
Version:
Hellobar Segments.
9 lines • 335 B
TypeScript
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