Version: 0.1.00.1.10.1.20.1.30.1.40.1.50.1.60.1.70.1.80.2.00.2.10.2.20.2.30.2.40.2.50.2.60.2.70.2.80.2.90.2.10
/**
* @Returns the implicit role for an h3 tag.
*/
function getImplicitRoleForH3(): string {
return 'heading';
}
export { getImplicitRoleForH3 as h3 };