UNPKG

@useloops/design-system

Version:

The official React based Loops design system

11 lines (8 loc) 280 B
import { FunctionComponent } from 'react'; interface SentimentArrowProps { commentCard?: boolean; sentimentScore?: number; } declare const SentimentArrow: FunctionComponent<SentimentArrowProps>; export { SentimentArrow as default }; export type { SentimentArrowProps };