1 | export declare const Collapse: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2 | border: {
|
3 | type: BooleanConstructor;
|
4 | default: true;
|
5 | };
|
6 | accordion: BooleanConstructor;
|
7 | modelValue: {
|
8 | type: import("vue").PropType<import("../utils").Numeric | import("../utils").Numeric[]>;
|
9 | default: string;
|
10 | };
|
11 | }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
12 | border: {
|
13 | type: BooleanConstructor;
|
14 | default: true;
|
15 | };
|
16 | accordion: BooleanConstructor;
|
17 | modelValue: {
|
18 | type: import("vue").PropType<import("../utils").Numeric | import("../utils").Numeric[]>;
|
19 | default: string;
|
20 | };
|
21 | }>> & Readonly<{
|
22 | onChange?: ((...args: any[]) => any) | undefined;
|
23 | "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
24 | }>, {
|
25 | border: boolean;
|
26 | modelValue: import("../utils").Numeric | import("../utils").Numeric[];
|
27 | accordion: boolean;
|
28 | }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
29 | export default Collapse;
|
30 | export { collapseProps } from './Collapse';
|
31 | export type { CollapseProps, CollapseInstance, CollapseToggleAllOptions, } from './Collapse';
|
32 | declare module 'vue' {
|
33 | interface GlobalComponents {
|
34 | VanCollapse: typeof Collapse;
|
35 | }
|
36 | }
|
37 |
|
\ | No newline at end of file |