gather-content-ui
Version:
GatherContent UI Library
8 lines • 330 B
TypeScript
declare function FinderPanelLayoutLeftContent({ children, className }: any): import("react/jsx-runtime").JSX.Element;
declare namespace FinderPanelLayoutLeftContent {
var defaultProps: {
className: string;
};
}
export default FinderPanelLayoutLeftContent;
//# sourceMappingURL=FinderPanelLayoutLeftContent.d.ts.map