@voiceiq/web-components
Version:
VoiceIQ Web Component library
6 lines (5 loc) • 378 B
TypeScript
import React from 'react';
import { SmartPanelButtonProps } from './SmartPanelButton.types';
declare const SmartPanelButtonComponent: React.ForwardRefExoticComponent<SmartPanelButtonProps & React.RefAttributes<HTMLDivElement>>;
export { Size as SmartPanelButtonSize, Type as SmartPanelButtonType } from './SmartPanelButton.types';
export default SmartPanelButtonComponent;