Home > @yext/search-ui-react > SectionComponent
A component that can be used to render a section template for vertical results.
Signature:
export declare type SectionComponent<T = DefaultRawDataType> = (props: SectionProps<T>) => JSX.Element | null;
References: DefaultRawDataType, SectionProps