UNPKG

@ucloud-fe/react-components

Version:
11 lines (10 loc) 997 B
/// <reference types="react" /> declare const ExportLayout: import("react").NamedExoticComponent<import("./Layout").LayoutProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "hasSider">> & { readonly type: ({ hasSider, ...rest }: import("./Layout").LayoutProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "hasSider">) => JSX.Element; } & { Header: import("react").MemoExoticComponent<({ className, ...rest }: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element>; Sider: import("react").MemoExoticComponent<({ width, style, ...rest }: import("./Sider").SiderProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "width">) => JSX.Element>; Content: import("react").MemoExoticComponent<({ className, ...rest }: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element>; Footer: import("react").MemoExoticComponent<({ className, ...rest }: import("react").HTMLAttributes<HTMLDivElement>) => JSX.Element>; }; export default ExportLayout;