UNPKG

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