UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

4 lines (3 loc) 392 B
export { StatUpIndicator, StatDownIndicator, StatRoot, StatPropsProvider, StatValueText, StatGroup, StatValueUnit, StatHelpText, StatLabel, useStatStyles, } from "./stat"; export type { StatUpIndicatorProps, StatDownIndicatorProps, StatRootProps, StatGroupProps, StatValueTextProps, StatValueUnitProps, StatHelpTextProps, StatLabelProps, } from "./stat"; export * as Stat from "./namespace";