3 lines
91 B
TypeScript
3 lines
91 B
TypeScript
export { default } from "./Card.container";
|
|
export type { CardProps } from "./Card.types";
|