gather-content-ui
Version:
GatherContent UI Library
10 lines • 360 B
TypeScript
export declare function SectionHeader({ title, cta, children, className, collapse, noBorder, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace SectionHeader {
var defaultProps: {
cta: null;
children: null;
className: string;
};
}
export default SectionHeader;
//# sourceMappingURL=index.d.ts.map