UNPKG

@empathyco/x-components

Version:
34 lines (28 loc) 1.31 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseHeaderTogglePanel](./x-components.baseheadertogglepanel.md) ## BaseHeaderTogglePanel variable Toggle panel which uses the base toggle panel, adds a header and manage the open / close state of the panel. **Signature:** ```typescript _default: import("vue").DefineComponent<{ animation: { type: (StringConstructor | ObjectConstructor | FunctionConstructor)[]; default: () => import("vue").DefineComponent<{}, {}, any>; }; startCollapsed: BooleanConstructor; headerClass: StringConstructor; }, { open: import("vue").Ref<boolean>; toggleOpen: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ animation: { type: (StringConstructor | ObjectConstructor | FunctionConstructor)[]; default: () => import("vue").DefineComponent<{}, {}, any>; }; startCollapsed: BooleanConstructor; headerClass: StringConstructor; }>>, { animation: string | Function | Record<string, any>; startCollapsed: boolean; }, {}> ```