rsuite
Version:
A suite of react components
15 lines (14 loc) • 636 B
TypeScript
import Stat from './Stat';
import StatLabel from './StatLabel';
import StatValue from './StatValue';
import StatValueUnit from './StatValueUnit';
import StatHelpText from './StatHelpText';
import StatTrend from './StatTrend';
export type { StatProps } from './Stat';
export type { StatLabelProps } from './StatLabel';
export type { StatValueProps } from './StatValue';
export type { StatValueUnitProps } from './StatValueUnit';
export type { StatHelpTextProps } from './StatHelpText';
export type { StatTrendProps } from './StatTrend';
export { Stat, StatLabel, StatValue, StatValueUnit, StatHelpText, StatTrend };
export default Stat;