UNPKG

@scania/tegel-cli

Version:

CLI tool for copying and transforming Tegel components with custom prefixes

4 lines (2 loc) 124 B
const getNextSibling = (element: HTMLElement) => element.nextElementSibling as HTMLElement; export default getNextSibling;