gather-content-ui
Version:
GatherContent UI Library
19 lines • 872 B
TypeScript
import React from "react";
import FinderPanelLayoutLeft from "./FinderPanelLayoutLeft";
import FinderPanelLayoutRight from "./FinderPanelLayoutRight";
import FinderPanelLayoutHeader from "./FinderPanelLayoutHeader";
import FinderPanelLayoutLeftContent from "./FinderPanelLayoutLeftContent";
export declare const FinderPanelLayoutContext: React.Context<{}>;
export declare function FinderPanelLayout({ children, className, fixed }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace FinderPanelLayout {
var Left: typeof FinderPanelLayoutLeft;
var Right: typeof FinderPanelLayoutRight;
var Header: typeof FinderPanelLayoutHeader;
var LeftContent: typeof FinderPanelLayoutLeftContent;
var defaultProps: {
className: string;
fixed: boolean;
};
}
export default FinderPanelLayout;
//# sourceMappingURL=index.d.ts.map