UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 332 B
/// <reference types="react" /> import { StatisticLabelProps } from './type'; declare const StatisticLabel: { ({ as, className, content, children, ...props }: StatisticLabelProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; export default StatisticLabel;