@vrx-arco/pro-layout
Version:
<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>
17 lines (16 loc) • 629 B
TypeScript
/**
* 页面包裹
*/
export declare const PageWrapper: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
scrollbar: {
type: BooleanConstructor;
default: boolean;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
scrollbar: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{}>, {
scrollbar: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;