feat: add print button

This commit is contained in:
Methapon Metanipat 2024-10-18 11:16:04 +07:00
parent 6b277687f4
commit ffe0962aa9
2 changed files with 27 additions and 0 deletions

View file

@ -10,3 +10,4 @@ export { default as ToggleButton } from './ToggleButton.vue';
export { default as ClearButton } from './ClearButton.vue';
export { default as CloseButton } from './CloseButton.vue';
export { default as ViewButton } from './ViewButton.vue';
export { default as PrintButton } from './PrintButton.vue';