gather-content-ui
Version:
GatherContent UI Library
9 lines • 385 B
TypeScript
import * as React from "react";
export declare const SidebarSectionContext: React.Context<{}>;
export declare function SidebarSection({ children, initialShowMore, className, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace SidebarSection {
var defaultProps: {
initialShowMore: boolean;
};
}
//# sourceMappingURL=SidebarSection.d.ts.map