UNPKG

177 BPlain TextView Raw
1/**
2 * @Returns the implicit role for an aside tag.
3 */
4function getImplicitRoleForAside(): string {
5 return 'complementary';
6}
7
8export { getImplicitRoleForAside as aside };