UNPKG

@coko/client

Version:

Client side common code for coko apps

9 lines (8 loc) 1.1 kB
declare const Layout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("antd").LayoutProps & import("react").RefAttributes<HTMLElement>, never> & Partial<Pick<import("antd").LayoutProps & import("react").RefAttributes<HTMLElement>, never>>> & string & Omit<import("react").ForwardRefExoticComponent<import("antd").LayoutProps & import("react").RefAttributes<HTMLElement>> & { Header: import("react").ForwardRefExoticComponent<import("antd").LayoutProps & import("react").RefAttributes<HTMLElement>>; Footer: import("react").ForwardRefExoticComponent<import("antd").LayoutProps & import("react").RefAttributes<HTMLElement>>; Content: import("react").ForwardRefExoticComponent<import("antd").LayoutProps & import("react").RefAttributes<HTMLElement>>; Sider: import("react").ForwardRefExoticComponent<import("antd").SiderProps & import("react").RefAttributes<HTMLDivElement>>; _InternalSiderContext: typeof import("antd/es/layout/Sider").SiderContext; }, keyof import("react").Component<any, {}, any>>; export default Layout;