UNPKG

kel-ui-components

Version:

A modern, accessible UI component library built with React, TypeScript, and Tailwind CSS

3 lines 246 B
import { SectionHeaderProps } from "../../types"; export declare function SectionHeader({ title, subtitle, className, centered, ...props }: SectionHeaderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=section-header.d.ts.map