UNPKG

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