UNPKG

@octopusdeploy/design-system-components

Version:
6 lines (5 loc) 237 B
export interface SectionHeaderProps { title: string | JSX.Element; description?: string | JSX.Element; } export declare function SectionHeader({ title, description }: SectionHeaderProps): import("react/jsx-runtime").JSX.Element;