vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
38 lines (37 loc) • 1.09 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* Indicates whether the container uses the large size.
*/
large: BooleanConstructor;
/**
* Indicates whether the container uses the small size.
*/
small: BooleanConstructor;
/**
* Indicates whether the container uses the x-large size.
*/
xLarge: BooleanConstructor;
}, unknown, unknown, {
/**
* The CSS class names for the container.
*/
containerClassNames(): string;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Indicates whether the container uses the large size.
*/
large: BooleanConstructor;
/**
* Indicates whether the container uses the small size.
*/
small: BooleanConstructor;
/**
* Indicates whether the container uses the x-large size.
*/
xLarge: BooleanConstructor;
}>>, {
small: boolean;
large: boolean;
xLarge: boolean;
}, {}>;
export default _default;