UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

11 lines (10 loc) 254 B
/// <reference types="react" /> export interface PictogramProps { labels: string[]; tally: number[]; icon?: React.ReactNode; caption?: string; captionSide?: 'top' | 'bottom'; className?: string; style?: React.CSSProperties; }