mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
export const SKIP_NAV_TARGET_ID = 'skip-nav-target-id';
|
|
|
|
export const SkipNavTarget = () => {
|
|
return <div id={SKIP_NAV_TARGET_ID} />;
|
|
};
|