feat: state button

This commit is contained in:
Thanaphon Frappet 2024-12-02 10:17:11 +07:00
parent 162d766def
commit 66fed37183
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<script setup lang="ts">
withDefaults(defineProps<{}>(), {});
</script>
<template></template>
<style scoped></style>

View file

@ -11,3 +11,4 @@ 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';
export { default as StateButton } from './StateButton.vue';