define types
This commit is contained in:
2
dist/components/FwbToggle/FwbToggle.vue.d.ts
vendored
2
dist/components/FwbToggle/FwbToggle.vue.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import type { InputSize } from '@/components/FwbInput/types';
|
||||
import type { InputSize } from '../../components/FwbInput/types';
|
||||
declare const _default: import("vue").DefineComponent<{
|
||||
label: {
|
||||
type: import("vue").PropType<string>;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { type Ref } from 'vue';
|
||||
import type { InputSize } from '@/components/FwbInput/types';
|
||||
import type { InputSize } from '../../../components/FwbInput/types';
|
||||
export type UseToggleClassesProps = {
|
||||
size: Ref<InputSize>;
|
||||
color: Ref<string>;
|
||||
|
||||
Reference in New Issue
Block a user