@empathyco/x-components
Version:
Empathy X Components
34 lines (28 loc) • 1.15 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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>;
}, {}>
```