UNPKG

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