UNPKG

@ownclouders/design-system

Version:

ownCloud Design System is based on VueDesign Systems and is used to design ownCloud UI components

43 lines (42 loc) 1.56 kB
/** * The Grid system allows you to arrange block elements in columns. */ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ /** * The Grid component comes with a default gutter that is decreased automatically from a certain breakpoint usually on a smaller desktop viewport width. To apply a different gutter, add one of the following: small, medium, large */ gutter: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; /** * Center elements along the cross axis. */ flex: { type: BooleanConstructor[]; default: boolean; }; }>, {}, {}, { classes(): any[]; }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ /** * The Grid component comes with a default gutter that is decreased automatically from a certain breakpoint usually on a smaller desktop viewport width. To apply a different gutter, add one of the following: small, medium, large */ gutter: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; /** * Center elements along the cross axis. */ flex: { type: BooleanConstructor[]; default: boolean; }; }>> & Readonly<{}>, { flex: boolean; gutter: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;