@voiceiq/web-components
Version:
VoiceIQ Web Component library
6 lines (5 loc) • 329 B
TypeScript
import React from 'react';
import { SelectionCardProps } from './SelectionCard.types';
declare const SelectionCardComponent: React.ForwardRefExoticComponent<SelectionCardProps<any> & React.RefAttributes<HTMLElement>>;
export { Size as SelectionCardSize } from './SelectionCard.types';
export default SelectionCardComponent;