fix: add unstaged files

This commit is contained in:
Alexandr
2022-06-29 19:12:54 +03:00
parent c85ef14abc
commit c4c4a5233e
6 changed files with 2261 additions and 136 deletions

View File

@@ -4,8 +4,6 @@
</button>
</template>
<script lang="ts" setup>
import { PropType } from "vue";
export type ButtonVariant = 'default' | 'alternative' | 'dark' | 'light' | 'green' | 'red' | 'yellow' | 'purple'
defineProps({