define types
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { type PropType } from 'vue';
|
||||
import type { FlowbiteTheme, ThemableChildrenApply } from '@/components/utils/FlowbiteThemable/types';
|
||||
import type { FlowbiteTheme, ThemableChildrenApply } from '../../../components/utils/FlowbiteThemable/types';
|
||||
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
||||
apply: {
|
||||
type: PropType<ThemableChildrenApply[]>;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { type Ref } from 'vue';
|
||||
import type { ThemableChildrenApply } from '../types';
|
||||
import type { FlowbiteTheme } from '@/components/utils/FlowbiteThemable/types';
|
||||
import type { FlowbiteTheme } from '../../../../components/utils/FlowbiteThemable/types';
|
||||
type UseFlowbiteThemableChildReturns = {
|
||||
classes: Ref<string>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user