UNPKG

@kadconsulting/dry

Version:
6 lines (5 loc) 303 B
/// <reference types="react" /> import type { HeadingSectionProps } from './HeadingSectionTypes'; import './HeadingSection.scss'; declare const HeadingSection: import("react").ForwardRefExoticComponent<HeadingSectionProps & import("react").RefAttributes<HTMLDivElement>>; export default HeadingSection;