mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 13:29:39 +02:00
2 lines
72 B
TypeScript
2 lines
72 B
TypeScript
export { Card } from './Card';
|
|
export type { CardProps } from './Card';
|