Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
| 12345678910 |
- /**
- * Opens {@code LogoutDialog}.
- *
- * @param {Function} _onLogout - The event in {@code LogoutDialog} that should be
- * enabled on click.
- * @returns {Function}
- */
- export function openLogoutDialog(_onLogout: Function): any {
- // this is available only for web at the moment
- }
|