UNPKG

gather-content-ui

Version:
9 lines 385 B
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