fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
21 lines (20 loc) • 1.03 kB
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Statistic: {
({ as, ui, className, children, ...props }: import("./type").StatisticProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
Value: {
({ as, className, content, children, ...props }: import("./type").StatisticValueProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
Label: {
({ as, className, content, children, ...props }: import("./type").StatisticLabelProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
Group: {
({ as, className, children, ...props }: import("./type").StatisticGroupProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
};
export default Statistic;