@vrx-arco/pro-components
Version:
<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>
33 lines (32 loc) • 1.03 kB
TypeScript
import { PropType } from 'vue';
export declare const SearchLayout: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* 布局类型
* card: 整体布局作为一个卡片类型
* normal: 分体式卡片布局
*/
type: {
type: PropType<"card" | "normal">;
default: string;
};
/**
* 设置标题
*/
title: StringConstructor;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* 布局类型
* card: 整体布局作为一个卡片类型
* normal: 分体式卡片布局
*/
type: {
type: PropType<"card" | "normal">;
default: string;
};
/**
* 设置标题
*/
title: StringConstructor;
}>> & Readonly<{}>, {
type: "normal" | "card";
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;