UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 259 B
import React from 'react'; import { PortablePanelProps } from './PortablePanel.types'; declare const PortablePanelComponent: React.ForwardRefExoticComponent<PortablePanelProps & React.RefAttributes<HTMLDivElement>>; export default PortablePanelComponent;