Fix small devices layout
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
import { type Ref } from 'vue';
|
||||
export declare function useAccordionContentClasses(contentRef: Ref): {
|
||||
contentClasses: import("vue").ComputedRef<string>;
|
||||
};
|
||||
@@ -1,5 +0,0 @@
|
||||
import { type Ref } from 'vue';
|
||||
export declare function useAccordionHeaderClasses(headerRef: Ref): {
|
||||
headerClasses: import("vue").ComputedRef<string>;
|
||||
arrowClasses: import("vue").ComputedRef<string>;
|
||||
};
|
||||
@@ -1,10 +0,0 @@
|
||||
import type { tState } from '../types';
|
||||
interface AccordionProps {
|
||||
alwaysOpen?: boolean;
|
||||
openFirstItem?: boolean;
|
||||
flush?: boolean;
|
||||
}
|
||||
export declare function useAccordionState(id?: string, options?: AccordionProps): {
|
||||
accordionsStates: tState;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user