gather-content-ui
Version:
GatherContent UI Library
10 lines • 404 B
TypeScript
import React from "react";
export declare const FinderPanelLayoutContext: React.Context<{}>;
declare function FinderPanelLayoutProvider({ children, fixed }: any): import("react/jsx-runtime").JSX.Element;
declare namespace FinderPanelLayoutProvider {
var defaultProps: {
fixed: boolean;
};
}
export default FinderPanelLayoutProvider;
//# sourceMappingURL=FinderPanelLayoutProvider.d.ts.map