UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 267 B
import React from 'react'; import { PillProps } from './Pill.types'; declare const PillComponent: React.ForwardRefExoticComponent<PillProps & React.RefAttributes<HTMLDivElement>>; export { Theme as PillTheme, } from './Pill.types'; export default PillComponent;