UNPKG

@prezly/theme-kit-ui

Version:
9 lines (8 loc) 285 B
export declare function SectionTitle({ title, description, className }: SectionTitle.Props): import("react/jsx-runtime").JSX.Element; export declare namespace SectionTitle { interface Props { title: string; description?: string; className?: string; } }