define types

This commit is contained in:
2024-03-12 06:22:37 +01:00
parent 57d37dd699
commit 41de3a001c
17 changed files with 42 additions and 45 deletions

View File

@@ -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>;