UNPKG

@itznevikat/router

Version:

πŸ“¦ ΠœΠ½ΠΎΠ³ΠΎΡ„ΡƒΠ½ΠΊΡ†ΠΈΠΎΠ½Π°Π»ΡŒΠ½Ρ‹ΠΉ Ρ€ΠΎΡƒΡ‚Π΅Ρ€ для ΠΏΡ€ΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΠΉ Π½Π° React ΠΈ VKUI

5 lines (4 loc) β€’ 230 B
import { ReactNode } from 'react'; export declare const NODE_ID_ATTRIBUTE: string; export declare function getNodeID(node: ReactNode): string | undefined; export declare function getNavID(node: ReactNode): string | undefined;