vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
20 lines (19 loc) • 625 B
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* Indicates whether the examples container is fixed.
*/
fixed: BooleanConstructor;
}, unknown, unknown, {
/**
* Returns the CSS class names for the examples container.
*/
containerClassNames(): string;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Indicates whether the examples container is fixed.
*/
fixed: BooleanConstructor;
}>>, {
fixed: boolean;
}, {}>;
export default _default;