UNPKG

@spaceone/design-system

Version:
62 lines (61 loc) 1.63 kB
import { GridLayoutProps } from '@/others/deprecated/grid-layout/type'; declare const _default: { name: string; components: {}; props: { cardMinWidth: { type: StringConstructor; default: string; }; cardMaxWidth: { type: StringConstructor; default: string; }; cardHeight: { type: StringConstructor; default: string; }; rowGap: { type: StringConstructor; default: string; }; fixColumn: { type: NumberConstructor; default: null; }; columnGap: { type: StringConstructor; default: string; }; cardClass: { type: FunctionConstructor; default: () => string[]; }; cardStyle: { type: FunctionConstructor; default: () => {}; }; items: { type: ArrayConstructor; default: () => never[]; }; loading: { type: BooleanConstructor; default: boolean; }; selectItem: { type: StringConstructor; default: string; }; }; setup(props: GridLayoutProps, context: any): { containerStyle: import("@vue/composition-api").Ref<{ display: string; 'grid-template-columns': string; 'grid-auto-rows': string | undefined; 'row-gap': string | undefined; 'column-gap': string | undefined; }>; }; }; export default _default;