UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

5 lines (4 loc) 287 B
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[];