UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 343 B
import React from 'react'; import { HeaderSectionProps, ActionsRenderType } from './HeaderSection.types'; declare const HeaderSectionComponent: React.ForwardRefExoticComponent<HeaderSectionProps & React.RefAttributes<HTMLDivElement>>; export { ActionsRenderType as HeaderSectionActionsRenderType }; export default HeaderSectionComponent;