UNPKG

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