UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

14 lines (13 loc) 340 B
import { ElementProps, ViewProps } from '../common'; export interface StatisticProps extends ViewProps { /** * class ui */ ui?: boolean; } export interface StatisticGroupProps extends ViewProps { } export interface StatisticValueProps extends ElementProps { } export interface StatisticLabelProps extends ElementProps { }