UNPKG

@amsterdam/design-system-react

Version:

All React components from the Amsterdam Design System. Use it to compose pages in your website or application.

14 lines (13 loc) 262 B
/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ export const ariaRoleForTag = { article: 'article', aside: 'complementary', footer: 'contentinfo', header: 'banner', main: 'main', nav: 'navigation', section: 'region', };