UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 274 B
import React from 'react'; import { ExpandingSectionProps } from './ExpandingSection.types'; declare const ExpandingSectionComponent: React.ForwardRefExoticComponent<ExpandingSectionProps & React.RefAttributes<HTMLDivElement>>; export default ExpandingSectionComponent;