/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
shared/components/layout/HeaderActionsPrint.astro
9 строк
223 B
Bartosz-Do
Fix all `pnpm type-check` warnings and restore lost `Props` typing (#2805)
08 авг 2026, 18:35
Не верифицирован
08 авг 2026, 18:35
0085eeb
Код
Авторство
О чём код?
--- import Icon from '@ui/Icon.astro' --- <!-- BEGIN HEADER ACTIONS --> <button type="button" class="btn btn-primary" onclick="window.print()"> <Icon name="printer" /> Print Invoice </button> <!-- END HEADER ACTIONS -->