3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
export { default } from "./Stats.container";
|
|
export type { StatsProps, StatItem } from "./Stats.types";
|