mirror of
https://github.com/unraid/api.git
synced 2026-01-03 15:09:48 -06:00
refactor: button props type usage
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { defineStore, createPinia, setActivePinia } from 'pinia';
|
||||
import type { ButtonProps } from '~/components/Brand/Button.vue';
|
||||
import type { ButtonProps } from '~/types/ui/button';
|
||||
|
||||
import { OBJ_TO_STR } from '~/helpers/functions';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user