UNPKG

@empathyco/x-components

Version:
34 lines (28 loc) 1.15 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseTogglePanel](./x-components.basetogglepanel.md) ## BaseTogglePanel variable Simple panel that receives its open state via prop, which is responsible of rendering default slot inside a configurable transition. **Signature:** ```typescript _default: import("vue").DefineComponent<{ open: { type: BooleanConstructor; required: true; }; animation: { type: (StringConstructor | ObjectConstructor | FunctionConstructor)[]; default: string; }; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ open: { type: BooleanConstructor; required: true; }; animation: { type: (StringConstructor | ObjectConstructor | FunctionConstructor)[]; default: string; }; }>>, { animation: string | Function | Record<string, any>; }, {}> ```