3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
export { default } from "./Shapes.container";
|
|
export type { ShapesProps, StatShapeVariant } from "./Shapes.types";
|