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