@coreui/vue
Version:
UI Components Library for Vue.js
62 lines (61 loc) • 1.85 kB
TypeScript
declare const CContainer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* Set container 100% wide until small breakpoint.
*/
sm: BooleanConstructor;
/**
* Set container 100% wide until medium breakpoint.
*/
md: BooleanConstructor;
/**
* Set container 100% wide until large breakpoint.
*/
lg: BooleanConstructor;
/**
* Set container 100% wide until X-large breakpoint.
*/
xl: BooleanConstructor;
/**
* Set container 100% wide until XX-large breakpoint.
*/
xxl: BooleanConstructor;
/**
* Set container 100% wide, spanning the entire width of the viewport.
*/
fluid: BooleanConstructor;
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Set container 100% wide until small breakpoint.
*/
sm: BooleanConstructor;
/**
* Set container 100% wide until medium breakpoint.
*/
md: BooleanConstructor;
/**
* Set container 100% wide until large breakpoint.
*/
lg: BooleanConstructor;
/**
* Set container 100% wide until X-large breakpoint.
*/
xl: BooleanConstructor;
/**
* Set container 100% wide until XX-large breakpoint.
*/
xxl: BooleanConstructor;
/**
* Set container 100% wide, spanning the entire width of the viewport.
*/
fluid: BooleanConstructor;
}>> & Readonly<{}>, {
sm: boolean;
md: boolean;
lg: boolean;
xl: boolean;
xxl: boolean;
fluid: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export { CContainer };