Fix small devices layout
This commit is contained in:
@@ -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