vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
123 lines (122 loc) • 3.9 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* Indicates whether the grid content is bottom aligned.
*/
alignBottom: BooleanConstructor;
/**
* Indicates whether the grid content is center aligned.
*/
alignCenter: BooleanConstructor;
/**
* Indicates whether the grid content is right justified.
*/
alignEnd: BooleanConstructor;
/**
* Indicates whether the grid content is vertically centered justified.
*/
alignMiddle: BooleanConstructor;
/**
* Indicates whether the grid content is evenly spaced out.
*/
alignSpaced: BooleanConstructor;
/**
* Indicates whether the grid content is evenly spread out from edges.
*/
alignSpread: BooleanConstructor;
/**
* Indicates whether the grid content is top aligned.
*/
alignStart: BooleanConstructor;
/**
* Indicates whether to add gutters to columns as well as align the outside of the grid.
* Gutters will apply to direct child columns only, excluding inner grids.
*/
directGutters: BooleanConstructor;
/**
* Indicates whether the grid should fill the remaining space.
*/
fill: BooleanConstructor;
/**
* Indicates whether to add gutters to columns as well as align the outside of the grid.
* Gutters will apply to any column nested within the grid.
*/
gutters: BooleanConstructor;
/**
* Indicates whether the grid to flow top to bottom on the vertical axis.
*/
vertical: BooleanConstructor;
/**
* Indicates whether to wrap columns if they exceed the width of the grid.
*/
wrap: BooleanConstructor;
}, unknown, unknown, {
/**
* The CSS class names for the grid.
*/
gridClassNames(): string;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Indicates whether the grid content is bottom aligned.
*/
alignBottom: BooleanConstructor;
/**
* Indicates whether the grid content is center aligned.
*/
alignCenter: BooleanConstructor;
/**
* Indicates whether the grid content is right justified.
*/
alignEnd: BooleanConstructor;
/**
* Indicates whether the grid content is vertically centered justified.
*/
alignMiddle: BooleanConstructor;
/**
* Indicates whether the grid content is evenly spaced out.
*/
alignSpaced: BooleanConstructor;
/**
* Indicates whether the grid content is evenly spread out from edges.
*/
alignSpread: BooleanConstructor;
/**
* Indicates whether the grid content is top aligned.
*/
alignStart: BooleanConstructor;
/**
* Indicates whether to add gutters to columns as well as align the outside of the grid.
* Gutters will apply to direct child columns only, excluding inner grids.
*/
directGutters: BooleanConstructor;
/**
* Indicates whether the grid should fill the remaining space.
*/
fill: BooleanConstructor;
/**
* Indicates whether to add gutters to columns as well as align the outside of the grid.
* Gutters will apply to any column nested within the grid.
*/
gutters: BooleanConstructor;
/**
* Indicates whether the grid to flow top to bottom on the vertical axis.
*/
vertical: BooleanConstructor;
/**
* Indicates whether to wrap columns if they exceed the width of the grid.
*/
wrap: BooleanConstructor;
}>>, {
fill: boolean;
alignBottom: boolean;
alignCenter: boolean;
alignEnd: boolean;
alignMiddle: boolean;
alignSpaced: boolean;
alignSpread: boolean;
alignStart: boolean;
directGutters: boolean;
gutters: boolean;
vertical: boolean;
wrap: boolean;
}, {}>;
export default _default;