5 lines
287 B
TypeScript
5 lines
287 B
TypeScript
export declare function isSegmentNavigationKey(key: string): boolean;
|
|
export declare function isNumberString(value: string): boolean;
|
|
export declare function isAcceptableSegmentKey(key: string): boolean;
|
|
export declare function getSegmentElements(parentElement: HTMLElement): Element[];
|