UNPKG

180 BPlain TextView Raw
1/**
2 * @Returns the implicit role for a optgroup tag.
3 */
4function getImplicitRoleForOptgroup(): string {
5 return 'group';
6}
7
8export { getImplicitRoleForOptgroup as optgroup };